From af945ac7881ae7e414f004bd0e99e8c3b5d76be9 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 1 Dec 2008 20:35:36 +0000 Subject: Merged the tinsel 2 engine with tinsel 1. Both Discworld 1 and Discworld 2 should be completable svn-id: r35196 --- engines/tinsel/timers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/tinsel/timers.cpp') 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 -- cgit v1.2.3