Skip to content

Commit

Permalink
MOHAWK: Corrected Regression due to minor typo in Myst o_disableAreas.
Browse files Browse the repository at this point in the history
Thanks to bgKa for looking at this.
  • Loading branch information
digitall committed Jul 27, 2011
1 parent e02276c commit f487092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/mohawk/myst_scripts.cpp
Expand Up @@ -500,7 +500,7 @@ void MystScriptParser::o_disableAreas(uint16 op, uint16 var, uint16 argc, uint16
resource = _vm->_resources[argv[i + 1]];

if (resource)
resource->setEnabled(true);
resource->setEnabled(false);
else
warning("Unknown Resource in disableAreas script Opcode");
}
Expand Down

0 comments on commit f487092

Please sign in to comment.