TITANIC: Parser fix for saying 'no' to having reservation

This commit is contained in:
Paul Gilbert 2016-11-05 09:03:22 -04:00
parent f7381c23aa
commit 4e927128da

View File

@ -505,7 +505,7 @@ int TTparser::findFrames(TTsentence *sentence) {
}
}
if (!status) {
if (status <= 1) {
status = checkForAction();
}