diff options
| author | Ruediger Hanke | 2002-09-23 16:31:05 +0000 |
|---|---|---|
| committer | Ruediger Hanke | 2002-09-23 16:31:05 +0000 |
| commit | 971f47644ef82b06b705745cf21668360516f835 (patch) | |
| tree | f34d61fe4555dacf85bc6c0e6c100c693e7969e4 /backends/morphos/morphos_timer.h | |
| parent | 412075437b712cdf91dae5c569026bd8c742a491 (diff) | |
| download | scummvm-rg350-971f47644ef82b06b705745cf21668360516f835.tar.gz scummvm-rg350-971f47644ef82b06b705745cf21668360516f835.tar.bz2 scummvm-rg350-971f47644ef82b06b705745cf21668360516f835.zip | |
Compilation fixes. Overlay functions are stubs only at the moment.
svn-id: r5009
Diffstat (limited to 'backends/morphos/morphos_timer.h')
| -rw-r--r-- | backends/morphos/morphos_timer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/morphos/morphos_timer.h b/backends/morphos/morphos_timer.h index 05f710719a..589ab113a1 100644 --- a/backends/morphos/morphos_timer.h +++ b/backends/morphos/morphos_timer.h @@ -57,7 +57,7 @@ struct TimerServiceMessage class Timer { public: - Timer(Scumm * system); + Timer(Engine * engine); ~Timer(); bool init(); @@ -67,7 +67,7 @@ class Timer protected: bool SendMsg(ULONG MsgID, TimerProc procedure, LONG interval); - static void TimerService(Timer *, Scumm *); + static void TimerService(Timer *, Engine *); Process *TimerServiceThread; SignalSemaphore TimerServiceSemaphore; |
