From 9b9b4b3a514440f74c97d12a3847511f5d77d2e9 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sat, 2 Oct 2004 11:23:07 +0000 Subject: [PATCH] Whoops Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2011 --- src/gui/sdl_mapper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/sdl_mapper.cpp b/src/gui/sdl_mapper.cpp index a1fd01fe..af3f10d8 100644 --- a/src/gui/sdl_mapper.cpp +++ b/src/gui/sdl_mapper.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: sdl_mapper.cpp,v 1.8 2004-10-02 11:15:59 qbix79 Exp $ */ +/* $Id: sdl_mapper.cpp,v 1.9 2004-10-02 11:23:07 qbix79 Exp $ */ #define OLD_JOYSTICK 1 @@ -1226,7 +1226,7 @@ void MAPPER_Run(void) { } /* Be sure that there is no update in progress */ - if (sdl.updating) GFX_EndUpdate(); + GFX_EndUpdate(); mapper.surface=SDL_SetVideoMode(640,480,8,0); /* Set some palette entries */