AVALANCHE: Partially implement the music room. (Without music.)

This commit is contained in:
uruk 2013-08-27 19:41:54 +02:00
parent f0dbe10cb2
commit f7d17fd7b7
2 changed files with 25 additions and 8 deletions

View file

@ -405,7 +405,7 @@ void Timeout::jacques_wakes_up() {
case 2 : /* Going through the door. */
_vm->_celer->show_one(2); /* Not on the floor. */
_vm->_celer->show_one(3); /* But going through the door. */
_vm->_gyro->magics[6].op = _vm->_gyro->nix; /* You can't wake him up now. */
_vm->_gyro->magics[5].op = _vm->_gyro->nix; /* You can't wake him up now. */
break;
case 3 : /* Gone through the door. */
_vm->_celer->show_one(2); /* Not on the floor, either. */