Only accept repeating input from one player at a time. Fixes "wild scrolling" when 2 players are holding opposite directions.

This commit is contained in:
Chris Danford
2005-10-04 01:40:58 +00:00
parent a1cc399f3f
commit 65cfea1be9
2 changed files with 19 additions and 4 deletions
+1
View File
@@ -92,6 +92,7 @@ protected:
bool m_bChosen[NUM_PLAYERS];
float m_fLockInputSecs;
PlayerNumber m_TrackingRepeatingInputFromPlayer;
};