diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/avalanche/shootemup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/avalanche/shootemup.cpp b/engines/avalanche/shootemup.cpp index 1b48aa9433..676154d52f 100644 --- a/engines/avalanche/shootemup.cpp +++ b/engines/avalanche/shootemup.cpp @@ -574,9 +574,9 @@ void ShootEmUp::updateTime() { if (_time <= kFlashTime) { int timeMode = 0; if ((_time % 2) == 1) - timeMode = 20; // Normal 'Time:' + timeMode = 19; // Normal 'Time:' else - timeMode = 86; // Flash 'Time:' + timeMode = 85; // Flash 'Time:' _vm->_graphics->seuDrawPicture(110, 0, timeMode); } |