SCUMM: adjust to coding style-guide
This commit is contained in:
parent
434aaaf0c0
commit
e14e4ab3b0
9 changed files with 110 additions and 121 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue