aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorMax Horn2003-05-17 18:42:31 +0000
committerMax Horn2003-05-17 18:42:31 +0000
commit3576b8e16882f0e8f033679bf293bc3b3a3ab618 (patch)
tree2b15181ad6f173a44bb1e0c91d011d76cca3516b /scumm/intern.h
parent30271732bef9c7292b750d94705d4927ff876996 (diff)
downloadscummvm-rg350-3576b8e16882f0e8f033679bf293bc3b3a3ab618.tar.gz
scummvm-rg350-3576b8e16882f0e8f033679bf293bc3b3a3ab618.tar.bz2
scummvm-rg350-3576b8e16882f0e8f033679bf293bc3b3a3ab618.zip
yet another V2 sentence fix (now clicking on objects in Zak causes Zak to talk to it - but he gets stuck after some time)
svn-id: r7613
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 7be574c5fc..d00399fcfc 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -278,10 +278,6 @@ protected:
byte VAR_SENTENCE_VERB;
byte VAR_SENTENCE_OBJECT1;
byte VAR_SENTENCE_OBJECT2;
-
- byte VAR_ACTIVE_VERB;
- byte VAR_ACTIVE_OBJECT1;
- byte VAR_ACTIVE_OBJECT2;
};
class Scumm_v4 : public Scumm_v3 {