music support,
fixed timing bugs svn-id: r3491
This commit is contained in:
parent
279d5b2fd7
commit
b8d259d60e
18 changed files with 3298 additions and 376 deletions
|
@ -1227,7 +1227,7 @@ void Scumm::o5_putActorInRoom() {
|
|||
void Scumm::o5_quitPauseRestart() {
|
||||
switch(fetchScriptByte()) {
|
||||
case 1:
|
||||
pauseGame(0);
|
||||
pauseGame(false);
|
||||
break;
|
||||
case 3:
|
||||
shutDown(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue