diff options
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; } |