aboutsummaryrefslogtreecommitdiff
path: root/common/system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.cpp')
-rw-r--r--common/system.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.cpp b/common/system.cpp
index bbede45b27..9c2a178dfa 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);
+ return OSystem_PALMOS_create();
#else
/* SDL is the default driver for now */
return OSystem_SDL_create();