Commited patches 1394374 and 1394374 with minor changes.
Thanks to clemmy for that. svn-id: r19870
This commit is contained in:
parent
5afaad7869
commit
a10097eaa4
4 changed files with 29 additions and 11 deletions
|
@ -1702,13 +1702,14 @@ int KyraEngine::cmd_itemOnGroundHere(ScriptState *script) {
|
|||
}
|
||||
|
||||
int KyraEngine::cmd_queryCauldronState(ScriptState *script) {
|
||||
warning("STUB: cmd_queryCauldronState");
|
||||
return 0;
|
||||
debug(3, "cmd_queryCauldronState(0x%X) ()", script);
|
||||
return _cauldronState;
|
||||
}
|
||||
|
||||
int KyraEngine::cmd_setCauldronState(ScriptState *script) {
|
||||
warning("STUB: cmd_setCauldronState");
|
||||
return 0;
|
||||
debug(3, "cmd_setCauldronState(0x%X) (%d)", script, stackPos(0));
|
||||
_cauldronState = stackPos(0);
|
||||
return _cauldronState;
|
||||
}
|
||||
|
||||
int KyraEngine::cmd_queryCrystalState(ScriptState *script) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue