Added some unused opcodes in Rodney
svn-id: r36057
This commit is contained in:
parent
3fb9e1e23a
commit
79709646fb
2 changed files with 15 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue