NUM_GameController

This commit is contained in:
Glenn Maynard
2006-09-26 20:57:31 +00:00
parent 8e6f1e8dd0
commit d19fdc9caf
12 changed files with 56 additions and 56 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ public:
protected:
// all the DeviceInputs that map to a GameInput
DeviceInput m_GItoDI[MAX_GAME_CONTROLLERS][MAX_GAME_BUTTONS][NUM_GAME_TO_DEVICE_SLOTS];
DeviceInput m_GItoDI[NUM_GameController][MAX_GAME_BUTTONS][NUM_GAME_TO_DEVICE_SLOTS];
void UpdateTempDItoGI();
};