diff --git a/src/gui/qt/sound/soundevents.cpp b/src/gui/qt/sound/soundevents.cpp index 44b3f054..e71983f6 100644 --- a/src/gui/qt/sound/soundevents.cpp +++ b/src/gui/qt/sound/soundevents.cpp @@ -5,7 +5,7 @@ #include "game.h" #include "soundevents.h" -SoundEvents::SoundEvents(ConfigFile *c, gameTableImpl *w): myConfig(c), myW(w) +SoundEvents::SoundEvents(ConfigFile *c, gameTableImpl *w): myConfig(c), myW(w), lastSBValue(0), lastSBLevel(0), lastGameId(0) { mySDLPlayer = new SDLPlayer(myConfig); }