From 59f440c36a75dad95e1fa12f6ff26a329cdd94b0 Mon Sep 17 00:00:00 2001 From: uruk Date: Sat, 22 Feb 2014 15:35:24 +0100 Subject: AVALANCHE: Repair ShootEmUp::updateTime(). --- engines/avalanche/shootemup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') 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); } -- cgit v1.2.3