From 3c55fd316fb1e9203744fd520c9553eedb15a348 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 17 Sep 2003 23:05:07 +0000 Subject: cleanup svn-id: r10284 --- backends/morphos/morphos_start.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/morphos') 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; -- cgit v1.2.3