[Scummvm-cvs-logs] scummvm master -> 59f440c36a75dad95e1fa12f6ff26a329cdd94b0

urukgit urukgit at users.noreply.github.com
Sat Feb 22 15:36:38 CET 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
59f440c36a AVALANCHE: Repair ShootEmUp::updateTime().


Commit: 59f440c36a75dad95e1fa12f6ff26a329cdd94b0
    https://github.com/scummvm/scummvm/commit/59f440c36a75dad95e1fa12f6ff26a329cdd94b0
Author: uruk (koppirnyo at gmail.com)
Date: 2014-02-22T06:35:43-08:00

Commit Message:
AVALANCHE: Repair ShootEmUp::updateTime().

Changed paths:
    engines/avalanche/shootemup.cpp



diff --git a/engines/avalanche/shootemup.cpp b/engines/avalanche/shootemup.cpp
index 1b48aa9..676154d 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);
 	}






More information about the Scummvm-git-logs mailing list