[Scummvm-cvs-logs] scummvm master -> 7a17db17a56b47d6297f51cfe392c14440454ef1

urukgit urukgit at users.noreply.github.com
Thu Feb 20 23:48:26 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:
7a17db17a5 AVALANCHE: Repair ShootEmUp::updateTime().


Commit: 7a17db17a56b47d6297f51cfe392c14440454ef1
    https://github.com/scummvm/scummvm/commit/7a17db17a56b47d6297f51cfe392c14440454ef1
Author: uruk (koppirnyo at gmail.com)
Date: 2014-02-20T14:47:49-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 2c4777e..30dabf6 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:'






More information about the Scummvm-git-logs mailing list