TOLTECS: Fix spacing errors

This commit is contained in:
Strangerke 2013-11-24 18:08:39 +01:00
parent 552f2a52bd
commit 30441cc7c1
5 changed files with 13 additions and 13 deletions

View file

@ -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);