TOLTECS: Hide the mouse cursor while a movie is playing, like the original
Thanks to eriktorbjorn for noticing this
This commit is contained in:
parent
e47425aaf5
commit
be918da348
1 changed files with 2 additions and 0 deletions
|
@ -1081,7 +1081,9 @@ void ScriptInterpreter::sfSaveStackPtr() {
|
|||
}
|
||||
|
||||
void ScriptInterpreter::sfPlayMovie() {
|
||||
CursorMan.showMouse(false);
|
||||
_vm->_moviePlayer->playMovie(arg16(3));
|
||||
CursorMan.showMouse(true);
|
||||
}
|
||||
|
||||
} // End of namespace Toltecs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue