From fbd040ac9f7ac3cad18e99d4ffe12831c8d2cd7d Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Tue, 2 Mar 2004 13:07:08 +0000 Subject: Obsolete svn-id: r13144 --- common/system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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(); -- cgit v1.2.3