[Scummvm-cvs-logs] scummvm master -> 08e7b5a8f388a904243408eee5d4642c9c6c4eab

urukgit urukgit at users.noreply.github.com
Tue Feb 4 09:02:36 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:
08e7b5a8f3 AVALANCHE: Remove references to removed variables.


Commit: 08e7b5a8f388a904243408eee5d4642c9c6c4eab
    https://github.com/scummvm/scummvm/commit/08e7b5a8f388a904243408eee5d4642c9c6c4eab
Author: uruk (koppirnyo at gmail.com)
Date: 2014-02-04T00:01:59-08:00

Commit Message:
AVALANCHE: Remove references to removed variables.

Changed paths:
    engines/avalanche/ghostroom.cpp



diff --git a/engines/avalanche/ghostroom.cpp b/engines/avalanche/ghostroom.cpp
index 491a686..93034a4 100644
--- a/engines/avalanche/ghostroom.cpp
+++ b/engines/avalanche/ghostroom.cpp
@@ -43,7 +43,6 @@ GhostRoom::GhostRoom(AvalancheEngine *vm) {
 		_greenEyes[i] = nullptr;
 
 	_glerk = nullptr;
-	_gd = _gm = 0;
 	_glerkStage = 0;
 	_aarghCount = 0;
 	_batX = _batY = 0;






More information about the Scummvm-git-logs mailing list