aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/cge.cpp
diff options
context:
space:
mode:
authorStrangerke2014-03-15 11:19:21 +0100
committerStrangerke2014-03-15 11:19:21 +0100
commit0a9b8978ee87039e32ad6348f90d9cc3a0227a47 (patch)
treec5ebb07037eb25604a541129c28a33fc53bc18bb /engines/cge/cge.cpp
parent62c4062841dd063118c1ac853a86e363184c1c68 (diff)
downloadscummvm-rg350-0a9b8978ee87039e32ad6348f90d9cc3a0227a47.tar.gz
scummvm-rg350-0a9b8978ee87039e32ad6348f90d9cc3a0227a47.tar.bz2
scummvm-rg350-0a9b8978ee87039e32ad6348f90d9cc3a0227a47.zip
CGE: Remove a useless variable, remove some associated dead code
Diffstat (limited to 'engines/cge/cge.cpp')
-rw-r--r--engines/cge/cge.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/cge/cge.cpp b/engines/cge/cge.cpp
index 7459efe48c..3f7aa4abc9 100644
--- a/engines/cge/cge.cpp
+++ b/engines/cge/cge.cpp
@@ -104,7 +104,6 @@ CGEEngine::CGEEngine(OSystem *syst, const ADGameDescription *gameDescription)
_now = 1;
_lev = -1;
_mode = 0;
- _soundOk = 1;
_gameCase2Cpt = 0;
_offUseCount = 0;
_volume[0] = 0;