aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/resource_v2.cpp')
-rw-r--r--scumm/resource_v2.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/resource_v2.cpp b/scumm/resource_v2.cpp
index de7cc6462d..3c77315502 100644
--- a/scumm/resource_v2.cpp
+++ b/scumm/resource_v2.cpp
@@ -87,3 +87,7 @@ void Scumm_v2::readMAXS() {
_shadowPalette = (byte *) calloc(_shadowPaletteSize, 1); // FIXME - needs to be removed later
allocateArrays();
}
+
+void Scumm_v2::loadCharset(int num) {
+ warning("Charset loading not yet implmeneted for V1/V2");
+}