diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/system.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.cpp b/common/system.cpp index feeef61763..ac7f38811b 100644 --- a/common/system.cpp +++ b/common/system.cpp @@ -49,7 +49,7 @@ static OSystem *createSystem() { #elif defined(__GP32__) // ph0x return OSystem_GP32_create(GFX_NORMAL, true); #elif defined(__PALM_OS__) //chrilith - return OSystem_PALMOS_create(gfx_mode, ConfMan.getBool("fullscreen")); + return OSystem_PALMOS_create(gfx_mode); #else /* SDL is the default driver for now */ return OSystem_SDL_create(gfx_mode); |