diff options
author | Strangerke | 2012-06-24 21:23:27 +0200 |
---|---|---|
committer | Strangerke | 2012-06-24 21:25:53 +0200 |
commit | c4df905e0c1856bd3a06b8b7a90d2d5929ee6300 (patch) | |
tree | 42427f089551071cbc126f0fcb56b4d51f7362f4 /engines | |
parent | 06cd612b71b761a5aef5db89c0a0ed2a94fc5f8b (diff) | |
download | scummvm-rg350-c4df905e0c1856bd3a06b8b7a90d2d5929ee6300.tar.gz scummvm-rg350-c4df905e0c1856bd3a06b8b7a90d2d5929ee6300.tar.bz2 scummvm-rg350-c4df905e0c1856bd3a06b8b7a90d2d5929ee6300.zip |
CGE: Fix bug #3537529
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cge/cge.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/cge/cge.cpp b/engines/cge/cge.cpp index 875ac34cd0..8ddb9be140 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; } |