aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChris Apers2004-03-02 13:07:08 +0000
committerChris Apers2004-03-02 13:07:08 +0000
commitfbd040ac9f7ac3cad18e99d4ffe12831c8d2cd7d (patch)
tree5bc4ef06a4e37df26db588b7cb068fb2e7587f70 /common
parent65a50b800af9c09794a512078d77094f9fcd28b9 (diff)
downloadscummvm-rg350-fbd040ac9f7ac3cad18e99d4ffe12831c8d2cd7d.tar.gz
scummvm-rg350-fbd040ac9f7ac3cad18e99d4ffe12831c8d2cd7d.tar.bz2
scummvm-rg350-fbd040ac9f7ac3cad18e99d4ffe12831c8d2cd7d.zip
Obsolete
svn-id: r13144
Diffstat (limited to 'common')
-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();