GameController enum cleanup

This commit is contained in:
Chris Danford
2009-03-22 20:14:56 +00:00
parent a4dd16da5a
commit bb17b6ff29
7 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ class InputScheme;
enum GameController
{
GAME_CONTROLLER_1 = 0, // left controller
GAME_CONTROLLER_2, // right controller
GameController_1 = 0, // left controller
GameController_2, // right controller
NUM_GameController, // leave this at the end
GameController_Invalid,
};