diff options
| author | Ruediger Hanke | 2003-08-05 18:18:26 +0000 |
|---|---|---|
| committer | Ruediger Hanke | 2003-08-05 18:18:26 +0000 |
| commit | c99f6980c70ea60f5aba8f45a0384059f24deabc (patch) | |
| tree | acf7f6627184660b3eeb4169e55397423f5e5dac /backends/morphos/morphos.h | |
| parent | 7ff88ea392f430ccc78fdd0503136d8ed1aac036 (diff) | |
| download | scummvm-rg350-c99f6980c70ea60f5aba8f45a0384059f24deabc.tar.gz scummvm-rg350-c99f6980c70ea60f5aba8f45a0384059f24deabc.tar.bz2 scummvm-rg350-c99f6980c70ea60f5aba8f45a0384059f24deabc.zip | |
Hotfixes ...
svn-id: r9514
Diffstat (limited to 'backends/morphos/morphos.h')
| -rw-r--r-- | backends/morphos/morphos.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/morphos/morphos.h b/backends/morphos/morphos.h index cb0e858528..57c137d3f0 100644 --- a/backends/morphos/morphos.h +++ b/backends/morphos/morphos.h @@ -37,7 +37,7 @@ class OSystem_MorphOS : public OSystem { public: - OSystem_MorphOS(int game_id, SCALERTYPE gfx_mode, bool full_screen); + OSystem_MorphOS(SCALERTYPE gfx_mode, bool full_screen); virtual ~OSystem_MorphOS(); // Set colors of the palette @@ -124,7 +124,7 @@ class OSystem_MorphOS : public OSystem // Quit virtual void quit(); - static OSystem_MorphOS *create(int game_id, SCALERTYPE gfx_scaler, bool full_screen); + static OSystem_MorphOS *create(SCALERTYPE gfx_scaler, bool full_screen); static bool OpenATimer(MsgPort **port, IORequest **req, ULONG unit, bool required = true); |
