aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2005-04-09 20:22:31 +0000
committerMax Horn2005-04-09 20:22:31 +0000
commit81e34e9110f88cd92227d451d153bd336a3902c1 (patch)
treec4e95bef98dc7ede51e466c7f87f35b9e0342fdf /scumm/scumm.h
parentd271b58aa78875983143c07facac596cd393f9f0 (diff)
downloadscummvm-rg350-81e34e9110f88cd92227d451d153bd336a3902c1.tar.gz
scummvm-rg350-81e34e9110f88cd92227d451d153bd336a3902c1.tar.bz2
scummvm-rg350-81e34e9110f88cd92227d451d153bd336a3902c1.zip
Overload getStringAddress in subclasses; moved V6-V8 specific res stuff to resource.cpp
svn-id: r17489
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 c8fb44477b..3bd6fd9412 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -709,7 +709,7 @@ protected:
public:
byte *getResourceAddress(int type, int i);
- byte *getStringAddress(int i);
+ virtual byte *getStringAddress(int i);
byte *getStringAddressVar(int i);
void ensureResourceLoaded(int type, int i);
int getResourceRoomNr(int type, int index);