aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2004-07-31 23:20:37 +0000
committerMax Horn2004-07-31 23:20:37 +0000
commitf0d6fd8c5ac3bf144eef93f146e9c056321e11db (patch)
tree8f4950325c8f81282724aad3365d9b9c04a5a447 /scumm/scumm.h
parentc5836541fe4632792f6c7dbab8f01bf0459c03c3 (diff)
downloadscummvm-rg350-f0d6fd8c5ac3bf144eef93f146e9c056321e11db.tar.gz
scummvm-rg350-f0d6fd8c5ac3bf144eef93f146e9c056321e11db.tar.bz2
scummvm-rg350-f0d6fd8c5ac3bf144eef93f146e9c056321e11db.zip
isGlobInMemory == isResourceLoaded
svn-id: r14396
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 8b0a022185..ec6317201c 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -661,7 +661,6 @@ protected:
int getResourceSize(int type, int idx);
public:
- bool isGlobInMemory(int type, int index) const;
bool isResourceLoaded(int type, int index) const;
byte *getResourceAddress(int type, int i);
byte *getStringAddress(int i);