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