Fixed issue 676 (was not related to mouse support at all)

This commit is contained in:
Xawotihs
2011-07-08 21:26:21 +00:00
parent 700ee1a7db
commit 979840dd4e

View File

@@ -368,7 +368,7 @@ void GameStateAwards::ButtonPressed(int controllerId, int controlId)
SAFE_DELETE(detailview);
showMenu = false;
break;
case 3:
case kCancelMenuID:
showMenu = false;
break;
}