TOLTECS: Fix spacing errors
This commit is contained in:
parent
552f2a52bd
commit
30441cc7c1
5 changed files with 13 additions and 13 deletions
|
@ -183,7 +183,7 @@ void ToltecsEngine::loadgame(const char *filename) {
|
|||
_mouseDisabled = in->readUint16LE();
|
||||
|
||||
_system->warpMouse(_mouseX, _mouseY);
|
||||
_system->showMouse(_mouseDisabled == 0);
|
||||
_system->showMouse(_mouseDisabled == 0);
|
||||
|
||||
_palette->loadState(in);
|
||||
_script->loadState(in);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue