diff options
-rw-r--r-- | engines/avalanche/shootemup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/shootemup.cpp b/engines/avalanche/shootemup.cpp index 2c4777ea07..30dabf62e7 100644 --- a/engines/avalanche/shootemup.cpp +++ b/engines/avalanche/shootemup.cpp @@ -568,7 +568,7 @@ void ShootEmUp::updateTime() { showTime(); _timeThisSecond = 0; - if (_time < kFlashTime) { + if (_time <= kFlashTime) { int timeMode = 0; if ((_time % 2) == 1) timeMode = 20; // Normal 'Time:' |