1
0
Fork 0
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2011
This commit is contained in:
Peter Veenstra 2004-10-02 11:23:07 +00:00
parent fec782775d
commit 9b9b4b3a51

View file

@ -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 */