aboutsummaryrefslogtreecommitdiff
path: root/kyra/debugger.h
diff options
context:
space:
mode:
authorJohannes Schickel2005-12-09 23:02:16 +0000
committerJohannes Schickel2005-12-09 23:02:16 +0000
commitb57f03697541b21c981dcf153354163671773720 (patch)
tree5cad701f25ab12996c8dc860ff8355758741724a /kyra/debugger.h
parent775386459972b43308de3f82edf75660ad5e2161 (diff)
downloadscummvm-rg350-b57f03697541b21c981dcf153354163671773720.tar.gz
scummvm-rg350-b57f03697541b21c981dcf153354163671773720.tar.bz2
scummvm-rg350-b57f03697541b21c981dcf153354163671773720.zip
Fixed bug with wrongly used shapes of items in a room.
Also implemented usage of NPC.EMC in the input function. And implemented following opcodes: - cmd_getCharactersLocation - cmd_setBrandonStatusBit - cmd_queryScenePhasingFlag - cmd_resetScenePhasingFlag - cmd_setScenePhasingFlag - cmd_phaseInSameScene - cmd_popMobileNPCIntoScene - cmd_setCharactersMovementDelay - cmd_queryBrandonStatusBit And a fix for the pathfinder and various other functions using the character positions values so they are now able to handle negative positions. svn-id: r19769
Diffstat (limited to 'kyra/debugger.h')
-rw-r--r--kyra/debugger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kyra/debugger.h b/kyra/debugger.h
index b764e2a303..ea7f1aba7c 100644
--- a/kyra/debugger.h
+++ b/kyra/debugger.h
@@ -48,6 +48,7 @@ protected:
bool cmd_queryFlag(int argc, const char **argv);
bool cmd_listTimers(int argc, const char **argv);
bool cmd_setTimerCountdown(int argc, const char **argv);
+ bool cmd_giveItem(int argc, const char **argv);
};
} // End of namespace Kyra