From 141924455193275572e8b43fd6702ff05120656e Mon Sep 17 00:00:00 2001 From: Darkvater Date: Thu, 15 Sep 2005 22:42:59 +0000 Subject: (svn r2955) Fix: make ottd start with the last resolution you had set (custom) (win32) --- gfx.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gfx.c') 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; } -- cgit v1.2.3-70-g09d2