From c33712e3d6b41442bd65e3f51c52e278a521bb08 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 27 Mar 2004 18:22:36 +0000 Subject: small tweak svn-id: r13390 --- common/timer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/timer.cpp b/common/timer.cpp index 88ac735f7e..1655a2770c 100644 --- a/common/timer.cpp +++ b/common/timer.cpp @@ -129,7 +129,7 @@ void Timer::removeTimerProc(TimerProc procedure) { if (_timerSlots[l].procedure == procedure) { _timerSlots[l].procedure = 0; _timerSlots[l].interval = 0; - _timerSlots[l].counter = 0; + _timerSlots[l].counter = 1; // Work around a problem when a timer proc removes itself _timerSlots[l].refCon = 0; } } -- cgit v1.2.3