From 76eb9d7f6430a3528ba0688e8c3f8519b23fb8a5 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Wed, 15 Dec 2010 20:37:09 +0000 Subject: HUGO: Clean-up, move MidiPlayer class definition to .h file svn-id: r54923 --- engines/hugo/parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hugo/parser.cpp') diff --git a/engines/hugo/parser.cpp b/engines/hugo/parser.cpp index 7e2157039b..a07fbff319 100644 --- a/engines/hugo/parser.cpp +++ b/engines/hugo/parser.cpp @@ -62,7 +62,7 @@ void Parser::keyHandler(uint16 nChar, uint16 nFlags) { bool repeatedFl = (nFlags & 0x4000); // TRUE if key is a repeat // Process key down event - called from OnKeyDown() - switch (nChar) { // Set various toggle states + switch (nChar) { // Set various toggle states case Common::KEYCODE_ESCAPE: // Escape key, may want to QUIT if (gameStatus.inventoryState == I_ACTIVE) // Remove inventory, if displayed gameStatus.inventoryState = I_UP; -- cgit v1.2.3