[Scummvm-cvs-logs] scummvm master -> c4df905e0c1856bd3a06b8b7a90d2d5929ee6300

Strangerke Strangerke at scummvm.org
Sun Jun 24 21:27:00 CEST 2012


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:
c4df905e0c CGE: Fix bug #3537529


Commit: c4df905e0c1856bd3a06b8b7a90d2d5929ee6300
    https://github.com/scummvm/scummvm/commit/c4df905e0c1856bd3a06b8b7a90d2d5929ee6300
Author: Strangerke (strangerke at scummvm.org)
Date: 2012-06-24T12:25:53-07:00

Commit Message:
CGE: Fix bug #3537529

Changed paths:
    engines/cge/cge.cpp



diff --git a/engines/cge/cge.cpp b/engines/cge/cge.cpp
index 875ac34..8ddb9be 100644
--- a/engines/cge/cge.cpp
+++ b/engines/cge/cge.cpp
@@ -134,7 +134,6 @@ void CGEEngine::init() {
 	_soundOk = 1;
 	_sprTv = NULL;
 	_gameCase2Cpt = 0;
-	_offUseCount = 0;
 
 	_startGameSlot = ConfMan.hasKey("save_slot") ? ConfMan.getInt("save_slot") : -1;
 }






More information about the Scummvm-git-logs mailing list