From 8b567ddaf884de9e850ce6f21a286e8c2e00e4b6 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 19 Jun 2003 15:14:17 +0000 Subject: cleanup svn-id: r8557 --- 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 906f621c91..a0b90232a7 100644 --- a/common/timer.cpp +++ b/common/timer.cpp @@ -75,7 +75,7 @@ bool Timer::init() { return false; } - if (_initialized == true) + if (_initialized) return true; for (l = 0; l < MAX_TIMERS; l++) { -- cgit v1.2.3