diff options
-rw-r--r-- | engines/hopkins/globals.cpp | 3 | ||||
-rw-r--r-- | engines/hopkins/globals.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/engines/hopkins/globals.cpp b/engines/hopkins/globals.cpp index a8385f34a9..10414beb9e 100644 --- a/engines/hopkins/globals.cpp +++ b/engines/hopkins/globals.cpp @@ -121,9 +121,6 @@ Globals::Globals() { PUBEXIT = false; _speed = 1; INSTALL_TYPE = 1; - MUSICVOL = 6; - SOUNDVOL = 6; - VOICEVOL = 6; g_old_anim = 0; g_old_sens = 0; g_old_sens2 = 0; diff --git a/engines/hopkins/globals.h b/engines/hopkins/globals.h index 4aac3247ee..e4a407f755 100644 --- a/engines/hopkins/globals.h +++ b/engines/hopkins/globals.h @@ -351,9 +351,6 @@ public: Common::String FICH_ZONE; Common::String FICH_TEXTE; Common::String _curFilename; - int SOUNDVOL; - int MUSICVOL; - int VOICEVOL; bool _censorshipFl; int g_old_anim; int g_old_sens, g_old_sens2; |