summaryrefslogtreecommitdiff
path: root/gfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.c')
-rw-r--r--gfx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gfx.c b/gfx.c
index ef6528679..368aaa39b 100644
--- a/gfx.c
+++ b/gfx.c
@@ -1974,8 +1974,6 @@ bool ChangeResInGame(int w, int h)
if ((_screen.width != w || _screen.height != h) && !_video_driver->change_resolution(w, h))
return false;
- _cur_resolution[0] = w;
- _cur_resolution[1] = h;
return true;
}