aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/timers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/timers.cpp')
-rw-r--r--engines/tinsel/timers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/timers.cpp b/engines/tinsel/timers.cpp
index c7b9d3708b..92abf4c028 100644
--- a/engines/tinsel/timers.cpp
+++ b/engines/tinsel/timers.cpp
@@ -151,7 +151,7 @@ void FettleTimers(void) {
/**
* Start a timer up.
*/
-void DwSetTimer(int num, int sval, bool up, bool frame) {
+void StartTimer(int num, int sval, bool up, bool frame) {
TIMER *pt;
assert(num); // zero is not allowed as a timer number