Added a "gotoend" cheat to put Tux near the end of the level.
[supertux.git] / src / misc.cpp
index 2fbe16e..7873929 100644 (file)
@@ -56,11 +56,7 @@ void process_options_menu(void)
       if(use_fullscreen != options_menu->isToggled(MNID_FULLSCREEN))
         {
           use_fullscreen = !use_fullscreen;
-#ifdef WIN32
           Setup::video(screen->w,screen->h);
-#else
-          SDL_WM_ToggleFullScreen(screen);
-#endif
         }
       break;
     case MNID_SOUND: