aboutsummaryrefslogtreecommitdiff
path: root/engines/made/scriptfuncs_mhne.cpp
diff options
context:
space:
mode:
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];
}