MOHAWK: Implement most of Myst's transition system
This commit is contained in:
parent
0358a44738
commit
07ee25c87d
17 changed files with 332 additions and 82 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue