MOHAWK: Implement most of Myst's transition system

This commit is contained in:
Bastien Bouclet 2012-12-15 11:49:41 +01:00
parent 0358a44738
commit 07ee25c87d
17 changed files with 332 additions and 82 deletions

View file

@ -75,7 +75,7 @@ bool MystConsole::Cmd_ChangeCard(int argc, const char **argv) {
}
_vm->_sound->stopSound();
_vm->changeToCard((uint16)atoi(argv[1]), true);
_vm->changeToCard((uint16)atoi(argv[1]), kTransitionCopy);
return false;
}