svn-id: r13069
This commit is contained in:
Max Horn 2004-02-27 15:52:23 +00:00
parent b941740b72
commit 751435d54f
3 changed files with 4 additions and 4 deletions

View file

@ -46,8 +46,6 @@ static OSystem *createSystem() {
return OSystem_MorphOS_create(gfx_mode, ConfMan.getBool("fullscreen"));
#elif defined(_WIN32_WCE)
return OSystem_WINCE3_create();
#elif defined(MACOS_CARBON)
return OSystem_MAC_create(gfx_mode, ConfMan.getBool("fullscreen"));
#elif defined(__GP32__) // ph0x
return OSystem_GP32_create(GFX_NORMAL, true);
#elif defined(__PALM_OS__) //chrilith