from the MM/Zak scripts, the code etc. it's clear that unk2 is the sentence preposition

svn-id: r7827
This commit is contained in:
Max Horn 2003-05-22 14:10:20 +00:00
parent 711c698948
commit a9788c771a
7 changed files with 19 additions and 17 deletions

View file

@ -749,7 +749,7 @@ void Scumm_v5::o5_doSentence() {
st->verb = a;
st->objectA = getVarOrDirectWord(0x40);
st->objectB = getVarOrDirectWord(0x20);
st->unk2 = (st->objectB != 0);
st->preposition = (st->objectB != 0);
st->freezeCount = 0;
}