diff --git a/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c b/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c index 769989504..7eacd1bb1 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c +++ b/sc2/src/sc2code/libs/graphics/sdl/sdl_common.c @@ -90,8 +90,8 @@ TFB_InitGraphics (int driver, int flags, int width, int height, int bpp) UQM_MAJOR_VERSION, UQM_MINOR_VERSION, UQM_EXTRA_VERSION); SDL_WM_SetCaption (caption, NULL); - //if (flags & TFB_GFXFLAGS_FULLSCREEN) - // SDL_ShowCursor (SDL_DISABLE); + if (flags & TFB_GFXFLAGS_FULLSCREEN) + SDL_ShowCursor (SDL_DISABLE); TFB_FlushPaletteCache (); TFB_DrawCanvas_Initialize ();