aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos
diff options
context:
space:
mode:
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;