mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
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:
parent
7564be51d7
commit
02f11ec76f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user