aboutsummaryrefslogtreecommitdiff
path: root/scumm/vars.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-22 14:10:20 +0000
committerMax Horn2003-05-22 14:10:20 +0000
commita9788c771a58d0e1f3093d56a0fde7b9e7844164 (patch)
tree920c44efd767bf4304486fc5bbeccc55b4cf89ff /scumm/vars.cpp
parent711c6989480d76c1d9ca3e2139e3afca68561ca8 (diff)
downloadscummvm-rg350-a9788c771a58d0e1f3093d56a0fde7b9e7844164.tar.gz
scummvm-rg350-a9788c771a58d0e1f3093d56a0fde7b9e7844164.tar.bz2
scummvm-rg350-a9788c771a58d0e1f3093d56a0fde7b9e7844164.zip
from the MM/Zak scripts, the code etc. it's clear that unk2 is the sentence preposition
svn-id: r7827
Diffstat (limited to 'scumm/vars.cpp')
-rw-r--r--scumm/vars.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/vars.cpp b/scumm/vars.cpp
index 07772bc970..5805d95da2 100644
--- a/scumm/vars.cpp
+++ b/scumm/vars.cpp
@@ -123,6 +123,7 @@ void Scumm_v2::setupScummVars() {
VAR_SENTENCE_VERB = 26;
VAR_SENTENCE_OBJECT1 = 27;
VAR_SENTENCE_OBJECT2 = 28;
+ VAR_SENTENCE_PREPOSITION = 29;
VAR_VIRT_MOUSE_X = 30;
VAR_VIRT_MOUSE_Y = 31;
VAR_CLICK_AREA = 32;