Skip to content

Commit

Permalink
HOPKINS: Fix missing assignment in sound manager initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Oct 24, 2012
1 parent afadf60 commit ff1659e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/hopkins/sound.cpp
Expand Up @@ -27,7 +27,7 @@
namespace Hopkins {

SoundManager::SoundManager() {
SPECIAL_SOUND;
SPECIAL_SOUND = 0;
SOUNDVOL = 0;
VOICEVOL = 0;
MUSICVOL = 0;
Expand Down

0 comments on commit ff1659e

Please sign in to comment.