diff options
author | Eugene Sandulenko | 2016-05-15 10:56:12 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-05-15 10:56:12 +0200 |
commit | 8d611a061e4e8369d524048123ebaf9d5a010fc5 (patch) | |
tree | ffaafe5cda3f2c4719e4c1825727dad19e652223 /engines | |
parent | 05419d7c354ab4befd132f8c7b254336ec0578bf (diff) | |
download | scummvm-rg350-8d611a061e4e8369d524048123ebaf9d5a010fc5.tar.gz scummvm-rg350-8d611a061e4e8369d524048123ebaf9d5a010fc5.tar.bz2 scummvm-rg350-8d611a061e4e8369d524048123ebaf9d5a010fc5.zip |
SCUMM HE: Show stub warnings
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/he/script_v100he.cpp | 4 |
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(); |