From 6455c819896d58782f9ec195e0b716a1df32c296 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 8 Sep 2003 17:13:40 +0000 Subject: more plugin related work svn-id: r10098 --- common/timer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/timer.cpp') diff --git a/common/timer.cpp b/common/timer.cpp index 2de3170b19..8ce5b809b2 100644 --- a/common/timer.cpp +++ b/common/timer.cpp @@ -91,7 +91,7 @@ int Timer::handler(int t) { _timerSlots[l].counter -= interval; if (_timerSlots[l].counter <= 0) { _timerSlots[l].counter += _timerSlots[l].interval; - _timerSlots[l].procedure (_engine); + _timerSlots[l].procedure(_engine); } } } -- cgit v1.2.3