aboutsummaryrefslogtreecommitdiff
path: root/engines/access/data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/data.cpp')
-rw-r--r--engines/access/data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/access/data.cpp b/engines/access/data.cpp
index 124bfbca5a..094272b05c 100644
--- a/engines/access/data.cpp
+++ b/engines/access/data.cpp
@@ -52,7 +52,7 @@ void TimerList::updateTimers() {
if (te._flag) {
if (!--te._timer) {
te._timer = te._initTm;
- te._flag = false;
+ te._flag = 0;
}
}
}