[Scummvm-cvs-logs] scummvm master -> 03f7ab132e04772412f87d1854a344f1287330c1

Strangerke Strangerke at scummvm.org
Wed May 25 07:09:37 CEST 2016


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:
03f7ab132e GNAP: More initializations


Commit: 03f7ab132e04772412f87d1854a344f1287330c1
    https://github.com/scummvm/scummvm/commit/03f7ab132e04772412f87d1854a344f1287330c1
Author: Strangerke (strangerke at scummvm.org)
Date: 2016-05-25T07:01:01+02:00

Commit Message:
GNAP: More initializations

Changed paths:
    engines/gnap/scenes/arcade.cpp



diff --git a/engines/gnap/scenes/arcade.cpp b/engines/gnap/scenes/arcade.cpp
index cd2a057..028a900 100644
--- a/engines/gnap/scenes/arcade.cpp
+++ b/engines/gnap/scenes/arcade.cpp
@@ -1858,6 +1858,32 @@ Scene52::Scene52(GnapEngine *vm) : Scene(vm) {
 	_aliensInitialized = false;
 	_alienDirection = 0;
 	_soundToggle = false;
+	_arcadeScreenBottom = 0;
+	_shipsLeft = 0;
+	_shipPosX = 0;
+	_shipCannonPosX = 0;
+	_shipCannonPosY = 0;
+	_shipCannonFiring = false;
+	_shipCannonFired = false;
+	_shipCannonWidth = 0;
+	_shipCannonHeight = 0;
+	_shipCannonTopY = 0;
+	_shipMidX = 0;
+	_shipMidY = 0;
+	_shipFlag = false;
+	_alienSpeed = 0;
+	_alienWidth = 0;
+	_alienHeight = 0;
+	_alienLeftX = 0;
+	_alienTopY = 0;
+	_alienRowDownCtr = 0;
+	_alienWave = false;
+	_alienSingle = false;
+	_alienCounter = 0;
+	_bottomAlienFlag = false;
+	_aliensCount = 0;
+	_nextUfoSequenceId = -1;
+	_ufoSequenceId = -1;
 }
 
 int Scene52::init() {






More information about the Scummvm-git-logs mailing list