unify code types

This commit is contained in:
Glenn Maynard
2007-03-15 20:38:12 +00:00
parent c25aff2f4e
commit 223f4b57c2
4 changed files with 130 additions and 52 deletions
+6 -1
View File
@@ -82,10 +82,15 @@ bool InputQueue::AllWerePressedRecently( GameController c, const GameButton* but
return false; // didn't find the button
}
m_aQueue[c].clear(); // empty the queue so we don't match on it again
ClearQueue( c ); // empty the queue so we don't match on it again
return true;
}
void InputQueue::ClearQueue( GameController c )
{
m_aQueue[c].clear();
}
/*
* (c) 2001-2003 Chris Danford
* All rights reserved.