This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
SDLPlayer::SDLPlayer()
|
SDLPlayer::SDLPlayer()
|
||||||
: currentChannel(0), soundData(NULL)
|
: soundData(NULL), currentChannel(0)
|
||||||
{
|
{
|
||||||
initAudio();
|
initAudio();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user