aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/debugger.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-03-09 14:46:24 +0000
committerJohannes Schickel2008-03-09 14:46:24 +0000
commit05f68b17d4a60ece9e2eed14746eab5b29a3e688 (patch)
tree0e17bd1f237f7921151de9757d41e178fa1cab18 /engines/kyra/debugger.h
parent95c5a48853f8437606008c6705e400699dc3ee43 (diff)
downloadscummvm-rg350-05f68b17d4a60ece9e2eed14746eab5b29a3e688.tar.gz
scummvm-rg350-05f68b17d4a60ece9e2eed14746eab5b29a3e688.tar.bz2
scummvm-rg350-05f68b17d4a60ece9e2eed14746eab5b29a3e688.zip
- implemented cauldron handling for HoF (needs some more testing though)
- fixed bug in updateCharFacing - added 'give' command to HoF debugger, which allows setting the hand item to a specified item svn-id: r31087
Diffstat (limited to 'engines/kyra/debugger.h')
-rw-r--r--engines/kyra/debugger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/debugger.h b/engines/kyra/debugger.h
index 3c4356e880..033044a41e 100644
--- a/engines/kyra/debugger.h
+++ b/engines/kyra/debugger.h
@@ -81,6 +81,7 @@ protected:
bool cmd_sceneInfo(int argc, const char **argv);
bool cmd_characterInfo(int argc, const char **argv);
bool cmd_sceneToFacing(int argc, const char **argv);
+ bool cmd_giveItem(int argc, const char **argv);
};
} // End of namespace Kyra