mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +00:00
TITANIC: DE: Syntax fixes
This commit is contained in:
parent
f05690db2a
commit
6dac2f4b95
@ -847,13 +847,11 @@ int BellbotScript::doSentenceEntry(int val1, const int *srcIdP, const TTroomScri
|
||||
if (flag) {
|
||||
CTrueTalkManager::triggerAction(29, 1);
|
||||
selectResponse(201771);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
CTrueTalkManager::triggerAction(29, 2);
|
||||
selectResponse(201554);
|
||||
}
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
selectResponse(21378);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user