mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
TITANIC: Parser fix for saying 'no' to having reservation
This commit is contained in:
parent
f7381c23aa
commit
4e927128da
@ -505,7 +505,7 @@ int TTparser::findFrames(TTsentence *sentence) {
|
||||
}
|
||||
}
|
||||
|
||||
if (!status) {
|
||||
if (status <= 1) {
|
||||
status = checkForAction();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user