svn-id: r8557
This commit is contained in:
Max Horn 2003-06-19 15:14:17 +00:00
parent 9f55203302
commit 8b567ddaf8
2 changed files with 5 additions and 5 deletions

View file

@ -75,7 +75,7 @@ bool Timer::init() {
return false;
}
if (_initialized == true)
if (_initialized)
return true;
for (l = 0; l < MAX_TIMERS; l++) {