aboutsummaryrefslogtreecommitdiff
path: root/engines/made/scriptfuncs_mhne.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2008-05-08 20:33:28 +0000
committerFilippos Karapetis2008-05-08 20:33:28 +0000
commite6d6281c891c75bd0dfe16b6f9c7fb71e862e5e0 (patch)
tree4d640b50e1e42a9fa3ce7d7947996ed672839973 /engines/made/scriptfuncs_mhne.cpp
parentb1a8067d64cafb5f89a790c4a82066cb31fcbc74 (diff)
downloadscummvm-rg350-e6d6281c891c75bd0dfe16b6f9c7fb71e862e5e0.tar.gz
scummvm-rg350-e6d6281c891c75bd0dfe16b6f9c7fb71e862e5e0.tar.bz2
scummvm-rg350-e6d6281c891c75bd0dfe16b6f9c7fb71e862e5e0.zip
o1_ADDSPRITE is not implemented yet, so throw a warning
svn-id: r31954
Diffstat (limited to 'engines/made/scriptfuncs_mhne.cpp')
-rw-r--r--engines/made/scriptfuncs_mhne.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/made/scriptfuncs_mhne.cpp b/engines/made/scriptfuncs_mhne.cpp
index 748bce3918..f8e02365b0 100644
--- a/engines/made/scriptfuncs_mhne.cpp
+++ b/engines/made/scriptfuncs_mhne.cpp
@@ -307,6 +307,7 @@ int16 ScriptFunctionsMhne::o1_SCREENLOCK(int16 argc, int16 *argv) {
}
int16 ScriptFunctionsMhne::o1_ADDSPRITE(int16 argc, int16 *argv) {
+ warning("Unimplemented opcode: o1_ADDSPRITE");
//_vm->_screen->drawSprite(argv[2], argv[1], argv[0]);
return argv[2];
}