aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-07-05 06:26:57 +0000
committerTravis Howell2004-07-05 06:26:57 +0000
commita1cd1787e847831557e4f880f3eaad03330ccc90 (patch)
tree18b308cd5ab28ed3b1589cc12ed3e8c411d8a670 /scumm
parent40fa690de06716055b93f2a0dae49f6d889aa6f6 (diff)
downloadscummvm-rg350-a1cd1787e847831557e4f880f3eaad03330ccc90.tar.gz
scummvm-rg350-a1cd1787e847831557e4f880f3eaad03330ccc90.tar.bz2
scummvm-rg350-a1cd1787e847831557e4f880f3eaad03330ccc90.zip
Unused in original game (According to diasm.)
svn-id: r14171
Diffstat (limited to 'scumm')
-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);