diff options
Diffstat (limited to 'scumm/vars.cpp')
-rw-r--r-- | scumm/vars.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/vars.cpp b/scumm/vars.cpp index f8c57cfc0b..42179556a7 100644 --- a/scumm/vars.cpp +++ b/scumm/vars.cpp @@ -115,6 +115,9 @@ void Scumm_v2::setupScummVars() { VAR_CAMERA_MIN_X = 23; VAR_CAMERA_MAX_X = 24; VAR_TIMER_NEXT = 25; + VAR_SENTENCE_VERB = 26; + VAR_SENTENCE_OBJECT1 = 27; + VAR_SENTENCE_OBJECT2 = 28; VAR_VIRT_MOUSE_X = 30; VAR_VIRT_MOUSE_Y = 31; VAR_ROOM_RESOURCE = 36; |