From e2f627a22ed2a38542b63ac65a73499a2d9f32aa Mon Sep 17 00:00:00 2001 From: dominik Date: Tue, 24 Aug 2004 08:34:28 +0000 Subject: (svn r127) New feature: ingame console. (sign_de) Press tab to open the console, more info in docs/console.txt --- gfx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gfx.c') diff --git a/gfx.c b/gfx.c index 19e480a75..be4cac622 100644 --- a/gfx.c +++ b/gfx.c @@ -1920,9 +1920,9 @@ void SetAnimatedMouseCursor(const uint16 *table) } bool ChangeResInGame(int w, int h) -{ +{ if ((_screen.width != w || _screen.height != h) && !_video_driver->change_resolution(w, h)) - return false; + return false; _cur_resolution[0] = w; _cur_resolution[1] = h; -- cgit v1.2.3-54-g00ecf