aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2003-04-30 11:15:11 +0000
committerMax Horn2003-04-30 11:15:11 +0000
commit4ce574f579a407092ad7f4e0b2c55bbe9e94c020 (patch)
tree503a0c6bf31c490de86369ec51b2dfd88301f48c /scumm/scumm.h
parentd43b6d0cc01669f37651f3a23ae0859ec816ba82 (diff)
downloadscummvm-rg350-4ce574f579a407092ad7f4e0b2c55bbe9e94c020.tar.gz
scummvm-rg350-4ce574f579a407092ad7f4e0b2c55bbe9e94c020.tar.bz2
scummvm-rg350-4ce574f579a407092ad7f4e0b2c55bbe9e94c020.zip
cleanup
svn-id: r7215
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index bfee86cace..a9a6fa1f59 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -615,6 +615,7 @@ public:
int _roomResource; // FIXME - should be protected but Sound::pauseSounds accesses it
byte *findResourceData(uint32 tag, byte *ptr);
int getResourceDataSize(byte *ptr);
+ void dumpResource(char *tag, int index, byte *ptr, int length = -1);
protected:
int getArrayId();
@@ -627,7 +628,6 @@ protected:
void expireResources(uint32 size);
void freeResources();
void destroy();
- void dumpResource(char *tag, int index, byte *ptr, int length = -1);
public:
/* Should be in Object class */
@@ -1111,8 +1111,6 @@ public:
byte VAR_V5_DRAWFLAGS;
byte VAR_MI1_TIMER;
- byte VAR_V5_OBJECT_LO;
- byte VAR_V5_OBJECT_HI;
byte VAR_V5_TALK_STRING_Y;
byte VAR_V5_CHARFLAG;