Skip to content

Commit

Permalink
AVALANCHE: Repair ShootEmUp::updateTime().
Browse files Browse the repository at this point in the history
  • Loading branch information
uruk committed Feb 20, 2014
1 parent 691ac84 commit 7a17db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/avalanche/shootemup.cpp
Expand Up @@ -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:'
Expand Down

0 comments on commit 7a17db1

Please sign in to comment.