diff options
author | Max Horn | 2003-09-17 23:05:07 +0000 |
---|---|---|
committer | Max Horn | 2003-09-17 23:05:07 +0000 |
commit | 3c55fd316fb1e9203744fd520c9553eedb15a348 (patch) | |
tree | 74e7e8116bea977320c1b999b85df2e2ba0cc26d /backends/morphos | |
parent | 0eea7999ebbb7b2f580870f538dc7842c1a8d644 (diff) | |
download | scummvm-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.cpp | 2 |
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; |