aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2016-05-15 10:56:12 +0200
committerEugene Sandulenko2016-05-15 10:56:12 +0200
commit8d611a061e4e8369d524048123ebaf9d5a010fc5 (patch)
treeffaafe5cda3f2c4719e4c1825727dad19e652223
parent05419d7c354ab4befd132f8c7b254336ec0578bf (diff)
downloadscummvm-rg350-8d611a061e4e8369d524048123ebaf9d5a010fc5.tar.gz
scummvm-rg350-8d611a061e4e8369d524048123ebaf9d5a010fc5.tar.bz2
scummvm-rg350-8d611a061e4e8369d524048123ebaf9d5a010fc5.zip
SCUMM HE: Show stub warnings
-rw-r--r--engines/scumm/he/script_v100he.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/scumm/he/script_v100he.cpp b/engines/scumm/he/script_v100he.cpp
index 59377024de..1caa569349 100644
--- a/engines/scumm/he/script_v100he.cpp
+++ b/engines/scumm/he/script_v100he.cpp
@@ -659,7 +659,7 @@ void ScummEngine_v100he::o100_arrayOps() {
default:
error("o100_arrayOps: case 132 unknown type %d)", type);
}
- debug(0, "o100_arrayOps: case 132 type %d", type);
+ warning("STUB: o100_arrayOps: case 132 type %d", type);
break;
case 133:
b = pop();
@@ -1110,6 +1110,7 @@ void ScummEngine_v100he::o100_resourceRoutines() {
break;
case 128:
// TODO: Clear Heap
+ warning("STUB: o100_resourceRoutines: clear Heap");
break;
case 129:
// Dummy case
@@ -2472,6 +2473,7 @@ void ScummEngine_v100he::o100_getSpriteGroupInfo() {
pop();
pop();
push(0);
+ warning("STUB: o100_getSpriteGroupInfo, subop 54");
break;
case 59:
spriteGroupId = pop();