aboutsummaryrefslogtreecommitdiff
path: root/engines/made/scriptfuncs.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2009-01-25 10:46:48 +0000
committerFilippos Karapetis2009-01-25 10:46:48 +0000
commit79709646fb8902cecea1d7433ec95991805b5dd9 (patch)
treef3bc68d17fb79ea63a150182f6d0203d49aec7fd /engines/made/scriptfuncs.cpp
parent3fb9e1e23a56c94368a570d93230f99ee7ef2a53 (diff)
downloadscummvm-rg350-79709646fb8902cecea1d7433ec95991805b5dd9.tar.gz
scummvm-rg350-79709646fb8902cecea1d7433ec95991805b5dd9.tar.bz2
scummvm-rg350-79709646fb8902cecea1d7433ec95991805b5dd9.zip
Added some unused opcodes in Rodney
svn-id: r36057
Diffstat (limited to 'engines/made/scriptfuncs.cpp')
-rw-r--r--engines/made/scriptfuncs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/made/scriptfuncs.cpp b/engines/made/scriptfuncs.cpp
index 8c4cecc526..a548aff15f 100644
--- a/engines/made/scriptfuncs.cpp
+++ b/engines/made/scriptfuncs.cpp
@@ -530,7 +530,7 @@ int16 ScriptFunctions::sfSetSpriteGround(int16 argc, int16 *argv) {
}
int16 ScriptFunctions::sfLoadResText(int16 argc, int16 *argv) {
- // Never used in LGOP2, RTZ, Manhole:NE
+ // Never used in LGOP2, RTZ, Manhole:NE, Rodney
warning("Unimplemented opcode: sfLoadResText");
return 0;
}
@@ -605,7 +605,7 @@ int16 ScriptFunctions::sfGetCdTime(int16 argc, int16 *argv) {
}
int16 ScriptFunctions::sfPlayCdSegment(int16 argc, int16 *argv) {
- // Never used in LGOP2, RTZ, Manhole:NE
+ // Never used in LGOP2, RTZ, Manhole:NE, Rodney
warning("Unimplemented opcode: sfPlayCdSegment");
return 0;
}