Added some unused opcodes in Rodney

svn-id: r36057
This commit is contained in:
Filippos Karapetis 2009-01-25 10:46:48 +00:00
parent 3fb9e1e23a
commit 79709646fb
2 changed files with 15 additions and 15 deletions

View file

@ -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;
}