aboutsummaryrefslogtreecommitdiff
path: root/queen/debug.h
diff options
context:
space:
mode:
authorJoost Peters2003-12-28 01:17:29 +0000
committerJoost Peters2003-12-28 01:17:29 +0000
commiteffc207b694c3d2a60fc364e3ea919dea1de9a50 (patch)
treee884ff2aa1a1ab9646be4e406c5c3a5b3ba21307 /queen/debug.h
parentbcba9807358b3b121cc97d282a093afaefe623da (diff)
downloadscummvm-rg350-effc207b694c3d2a60fc364e3ea919dea1de9a50.tar.gz
scummvm-rg350-effc207b694c3d2a60fc364e3ea919dea1de9a50.tar.bz2
scummvm-rg350-effc207b694c3d2a60fc364e3ea919dea1de9a50.zip
- added 'song' debugger command
- restore music after loading game - fix for bug in Roland Floda Corridor music - added LE struct reading methods (and renamed the old BE ones) for future compatibility with original DOS savegames svn-id: r11985
Diffstat (limited to 'queen/debug.h')
-rw-r--r--queen/debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/queen/debug.h b/queen/debug.h
index 6dd0f71cbb..b30e898598 100644
--- a/queen/debug.h
+++ b/queen/debug.h
@@ -48,7 +48,8 @@ protected:
bool Cmd_Info(int argc, const char **argv);
bool Cmd_Items(int argc, const char **argv);
bool Cmd_Room(int argc, const char **argv);
-
+ bool Cmd_Song(int argc, const char **argv);
+
private:
QueenEngine *_vm;