aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos
diff options
context:
space:
mode:
authorMax Horn2003-09-17 23:05:07 +0000
committerMax Horn2003-09-17 23:05:07 +0000
commit3c55fd316fb1e9203744fd520c9553eedb15a348 (patch)
tree74e7e8116bea977320c1b999b85df2e2ba0cc26d /backends/morphos
parent0eea7999ebbb7b2f580870f538dc7842c1a8d644 (diff)
downloadscummvm-rg350-3c55fd316fb1e9203744fd520c9553eedb15a348.tar.gz
scummvm-rg350-3c55fd316fb1e9203744fd520c9553eedb15a348.tar.bz2
scummvm-rg350-3c55fd316fb1e9203744fd520c9553eedb15a348.zip
cleanup
svn-id: r10284
Diffstat (limited to 'backends/morphos')
-rw-r--r--backends/morphos/morphos_start.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/morphos/morphos_start.cpp b/backends/morphos/morphos_start.cpp
index fafba9683c..9cb104fe26 100644
--- a/backends/morphos/morphos_start.cpp
+++ b/backends/morphos/morphos_start.cpp
@@ -71,7 +71,7 @@ Library *TimerBase = NULL;
OSystem_MorphOS *TheSystem = NULL;
-OSystem *OSystem_MorphOS_create(int game_id, int gfx_mode, bool full_screen)
+OSystem *OSystem_MorphOS_create(int gfx_mode, bool full_screen)
{
if (TheSystem)
delete TheSystem;