aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource_v3.cpp
diff options
context:
space:
mode:
authorMax Horn2005-04-03 22:56:02 +0000
committerMax Horn2005-04-03 22:56:02 +0000
commit3feadcac28466679ce6559877e9144f6410c6ddd (patch)
tree999d544d281fb91ba40ff24491778e5ddce39239 /scumm/resource_v3.cpp
parent1419f0d5ef32d8ae811b567616070cf916792320 (diff)
downloadscummvm-rg350-3feadcac28466679ce6559877e9144f6410c6ddd.tar.gz
scummvm-rg350-3feadcac28466679ce6559877e9144f6410c6ddd.tar.bz2
scummvm-rg350-3feadcac28466679ce6559877e9144f6410c6ddd.zip
Turned readRoomsOffsets into a virtual method
svn-id: r17363
Diffstat (limited to 'scumm/resource_v3.cpp')
-rw-r--r--scumm/resource_v3.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/resource_v3.cpp b/scumm/resource_v3.cpp
index 7f19ac0352..4211274a55 100644
--- a/scumm/resource_v3.cpp
+++ b/scumm/resource_v3.cpp
@@ -97,6 +97,9 @@ void ScummEngine_v3old::readIndexFile() {
closeRoom();
}
+void ScummEngine_v3::readRoomsOffsets() {
+}
+
void ScummEngine_v3::loadCharset(int no) {
uint32 size;
memset(_charsetData, 0, sizeof(_charsetData));