diff options
| author | Paul Gilbert | 2015-08-30 10:01:25 -0400 |
|---|---|---|
| committer | Paul Gilbert | 2015-08-30 10:01:25 -0400 |
| commit | 944cf4c64fd978db9b49a4317a955dc681b51089 (patch) | |
| tree | 59553636a57b96751896fd8c8eb0ae1c711079f2 /engines/sherlock/tattoo | |
| parent | 3430757bf44fa53ef12f5dd10f80a5fea83cc39c (diff) | |
| download | scummvm-rg350-944cf4c64fd978db9b49a4317a955dc681b51089.tar.gz scummvm-rg350-944cf4c64fd978db9b49a4317a955dc681b51089.tar.bz2 scummvm-rg350-944cf4c64fd978db9b49a4317a955dc681b51089.zip | |
SHERLOCK: Syntax fixes
Diffstat (limited to 'engines/sherlock/tattoo')
| -rw-r--r-- | engines/sherlock/tattoo/tattoo_people.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/sherlock/tattoo/tattoo_people.cpp b/engines/sherlock/tattoo/tattoo_people.cpp index ac4366261f..e3e957e35c 100644 --- a/engines/sherlock/tattoo/tattoo_people.cpp +++ b/engines/sherlock/tattoo/tattoo_people.cpp @@ -1283,8 +1283,7 @@ void TattooPeople::setTalkSequence(int speaker, int sequenceNum) { if (obj.hasAborts()) { talk.pushSequenceEntry(&obj); obj._gotoSeq = sequenceNum; - } - else { + } else { obj.setObjTalkSequence(sequenceNum); } } else if (objNum != -1) { |
