aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v8.cpp')
-rw-r--r--scumm/script_v8.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp
index 27f2cc0093..4ab32b3a0c 100644
--- a/scumm/script_v8.cpp
+++ b/scumm/script_v8.cpp
@@ -784,8 +784,7 @@ void ScummEngine_v8::o8_resourceRoutines() {
int resid = pop();
switch (subOp) {
- case 0x3C: // SO_HEAP_LOAD_CHARSET Load character set to heap
- ensureResourceLoaded(rtCharset, resid); // FIXME - is this correct?
+ case 0x3C: // Dummy case
break;
case 0x3D: // SO_HEAP_LOAD_COSTUME Load costume to heap
ensureResourceLoaded(rtCostume, resid);