aboutsummaryrefslogtreecommitdiff
path: root/backends/morphos/morphos_timer.h
diff options
context:
space:
mode:
authorRuediger Hanke2003-08-23 18:01:21 +0000
committerRuediger Hanke2003-08-23 18:01:21 +0000
commitfda9c872188128862936da88f2a1ec41af5d5dd9 (patch)
treea1a791d8cdb355778e341617fac7cc6f8c3411c4 /backends/morphos/morphos_timer.h
parent6768da3e7689224e5b8fb0c0961b6f0829dd17c9 (diff)
downloadscummvm-rg350-fda9c872188128862936da88f2a1ec41af5d5dd9.tar.gz
scummvm-rg350-fda9c872188128862936da88f2a1ec41af5d5dd9.tar.bz2
scummvm-rg350-fda9c872188128862936da88f2a1ec41af5d5dd9.zip
little bugfix, safer code
svn-id: r9832
Diffstat (limited to 'backends/morphos/morphos_timer.h')
-rw-r--r--backends/morphos/morphos_timer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/morphos/morphos_timer.h b/backends/morphos/morphos_timer.h
index 589ab113a1..de7e540fb0 100644
--- a/backends/morphos/morphos_timer.h
+++ b/backends/morphos/morphos_timer.h
@@ -70,7 +70,8 @@ class Timer
static void TimerService(Timer *, Engine *);
Process *TimerServiceThread;
- SignalSemaphore TimerServiceSemaphore;
+ MsgPort *TimerServicePort;
+ Message TimerServiceStartup;
struct TimerSlot
{