aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2003-04-28 13:16:16 +0000
committerMax Horn2003-04-28 13:16:16 +0000
commitdc7446f46986d396a92566b9c561645bdfa00e65 (patch)
tree6da3ac4ff2ec91d2df910f3d68f035629e01b503 /scumm/scumm.h
parenta1a8c3ed0515f471532975c7315df70e06c6c366 (diff)
downloadscummvm-rg350-dc7446f46986d396a92566b9c561645bdfa00e65.tar.gz
scummvm-rg350-dc7446f46986d396a92566b9c561645bdfa00e65.tar.bz2
scummvm-rg350-dc7446f46986d396a92566b9c561645bdfa00e65.zip
make it possible to override dump length in Scumm::dumpResource; fix V2 entry script offset (I believe); fix exit script dumping for GF_OLD_BUNDLE games
svn-id: r7176
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index c0d5def7ab..288849c9f8 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -627,7 +627,7 @@ protected:
void expireResources(uint32 size);
void freeResources();
void destroy();
- void dumpResource(char *tag, int index, byte *ptr);
+ void dumpResource(char *tag, int index, byte *ptr, int length = -1);
public:
/* Should be in Object class */