HUGO: Clean-up, move MidiPlayer class definition to .h file

svn-id: r54923
This commit is contained in:
Arnaud Boutonné 2010-12-15 20:37:09 +00:00
parent ca547118e3
commit 76eb9d7f64
9 changed files with 56 additions and 58 deletions

View file

@ -58,7 +58,7 @@ void Parser_v1w::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;