HUGO: Clean-up, move MidiPlayer class definition to .h file
svn-id: r54923
This commit is contained in:
parent
ca547118e3
commit
76eb9d7f64
9 changed files with 56 additions and 58 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue