make cpp-check happier
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
#include "game.h"
|
#include "game.h"
|
||||||
#include "soundevents.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);
|
mySDLPlayer = new SDLPlayer(myConfig);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user