SCUMM: adjust to coding style-guide

This commit is contained in:
Tobias Gunkel 2012-02-04 14:49:44 +01:00
parent 434aaaf0c0
commit e14e4ab3b0
9 changed files with 110 additions and 121 deletions

View file

@ -994,7 +994,7 @@ void ScummEngine_v2::o2_drawSentence() {
int slot = getVerbSlot(VAR(VAR_SENTENCE_VERB), 0);
if (!((_userState & USERSTATE_IFACE_SENTENCE) ||
(_game.platform == Common::kPlatformNES && (_userState & USERSTATE_IFACE_ALL))))
(_game.platform == Common::kPlatformNES && (_userState & USERSTATE_IFACE_ALL))))
return;
if (getResourceAddress(rtVerb, slot))