This commit is contained in:
parent
0c04ed7ede
commit
152cba0fbc
2 changed files with 1 additions and 2 deletions
|
@ -121,8 +121,6 @@ void CPaulScene::init()
|
|||
{
|
||||
s_fontBank.initialise(&standardFont);
|
||||
s_fontBank.setColour(255,255,255);
|
||||
|
||||
CSoundMediator::setSfxBank(CSoundMediator::SFX_INGAME);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -110,6 +110,7 @@ void InitSystem() // reordered to reduce black screen (hope all is well
|
|||
|
||||
GameState::initialise();
|
||||
CSoundMediator::initialise();
|
||||
CSoundMediator::setSfxBank(CSoundMediator::SFX_INGAME);
|
||||
initGUIStuff();
|
||||
CGameSlotManager::init();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue