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:
parent
711c698948
commit
a9788c771a
7 changed files with 19 additions and 17 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue