FOREACH_ENUM cleanup

This commit is contained in:
Chris Danford
2008-04-24 09:34:01 +00:00
parent 6a8d514c5b
commit c13a36e948
16 changed files with 43 additions and 45 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const unsigned MAX_INPUT_QUEUE_LENGTH = 32;
InputQueue::InputQueue()
{
FOREACH_GameController ( gc )
FOREACH_ENUM( GameController, gc )
m_aQueue[gc].resize( MAX_INPUT_QUEUE_LENGTH );
}