aboutsummaryrefslogtreecommitdiff
path: root/common/timer.cpp
diff options
context:
space:
mode:
authorMax Horn2003-06-19 15:14:17 +0000
committerMax Horn2003-06-19 15:14:17 +0000
commit8b567ddaf884de9e850ce6f21a286e8c2e00e4b6 (patch)
tree7185a7972f92968fc194be727f916378f417ee22 /common/timer.cpp
parent9f55203302dc08c89465c07a0318597e08ee9001 (diff)
downloadscummvm-rg350-8b567ddaf884de9e850ce6f21a286e8c2e00e4b6.tar.gz
scummvm-rg350-8b567ddaf884de9e850ce6f21a286e8c2e00e4b6.tar.bz2
scummvm-rg350-8b567ddaf884de9e850ce6f21a286e8c2e00e4b6.zip
cleanup
svn-id: r8557
Diffstat (limited to 'common/timer.cpp')
-rw-r--r--common/timer.cpp2
1 files changed, 1 insertions, 1 deletions
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++) {