NEVERHOOD: Add missing music when entering the Hall of Records building

The "Everybody Way Oh" theme should be played in both of the first two
rooms of the Hall of Records building
This commit is contained in:
Filippos Karapetis 2013-06-28 13:48:16 +03:00
parent 7564be51d7
commit 02f11ec76f

View File

@ -50,6 +50,7 @@ void Module2200::createScene(int sceneNum, int which) {
switch (_sceneNum) {
case 0:
_vm->gameState().sceneNum = 0;
_vm->_soundMan->startMusic(0x601C908C, 0, 2);
_childObject = new Scene2201(_vm, this, which);
break;
case 1: