[Scummvm-cvs-logs] scummvm master -> 46b7c1fde4313bea4565284c84d081f3c18d5db1

urukgit urukgit at users.noreply.github.com
Fri Feb 21 00:03:49 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:
46b7c1fde4 AVALANCHE: Repair ShootEmUp::setup().


Commit: 46b7c1fde4313bea4565284c84d081f3c18d5db1
    https://github.com/scummvm/scummvm/commit/46b7c1fde4313bea4565284c84d081f3c18d5db1
Author: uruk (koppirnyo at gmail.com)
Date: 2014-02-20T15:03:18-08:00

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

Changed paths:
    engines/avalanche/shootemup.cpp



diff --git a/engines/avalanche/shootemup.cpp b/engines/avalanche/shootemup.cpp
index 30dabf6..8b02427 100644
--- a/engines/avalanche/shootemup.cpp
+++ b/engines/avalanche/shootemup.cpp
@@ -366,6 +366,9 @@ void ShootEmUp::setup() {
 	for (int i = 0; i < 4; i++)
 		_running[i]._x = kFlag;
 
+	for (int i = 0; i < 99; i++)
+		_sprites[i]._x = kFlag;
+
 	newEscape();
 
 	_count321 = 255; // Counting down.






More information about the Scummvm-git-logs mailing list