(mostly) Fix arrow stuttering from repeated positions from audio drivers.

As far as I could tell, this fixed any issues I was having with PulseAudio,
it should also fix up DSound on Windows although I've yet to test that.
This commit is contained in:
Colby Klein
2012-12-17 16:43:31 -08:00
parent d72bf7ecbb
commit bfba3a6fe8
2 changed files with 21 additions and 1 deletions
+4
View File
@@ -394,6 +394,10 @@ private:
int m_iAwardedExtraStages[NUM_PLAYERS];
bool m_bEarnedExtraStage;
// Timing position corrections
RageTimer m_LastPositionTimer;
float m_LastPositionSeconds;
GameState(const GameState& rhs);
GameState& operator=(const GameState& rhs);