diff options
author | Nicola Mettifogo | 2007-05-13 12:41:42 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2007-05-13 12:41:42 +0000 |
commit | 09c816e69555a1cd6f8034458440754533fe492b (patch) | |
tree | 8d6d2274b7471785c53b3fa3c1f9a536896aea4e /engines/parallaction/menu.cpp | |
parent | 7c79fe5bce06e63f64e70461f073c54a1cb9f698 (diff) | |
download | scummvm-rg350-09c816e69555a1cd6f8034458440754533fe492b.tar.gz scummvm-rg350-09c816e69555a1cd6f8034458440754533fe492b.tar.bz2 scummvm-rg350-09c816e69555a1cd6f8034458440754533fe492b.zip |
New debug messages.
svn-id: r26832
Diffstat (limited to 'engines/parallaction/menu.cpp')
-rw-r--r-- | engines/parallaction/menu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/menu.cpp b/engines/parallaction/menu.cpp index 74d5b07827..485c373bf8 100644 --- a/engines/parallaction/menu.cpp +++ b/engines/parallaction/menu.cpp @@ -294,6 +294,7 @@ uint16 Menu::selectGame() { // character selection and protection // void Menu::selectCharacter() { + debugC(1, kDebugMenu, "Menu::selectCharacter()"); uint16 _di = 0; bool askPassword = true; |