cleanup
svn-id: r8557
This commit is contained in:
parent
9f55203302
commit
8b567ddaf8
2 changed files with 5 additions and 5 deletions
|
@ -75,7 +75,7 @@ bool Timer::init() {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (_initialized == true)
|
||||
if (_initialized)
|
||||
return true;
|
||||
|
||||
for (l = 0; l < MAX_TIMERS; l++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue