karaoke prototype (disabled)

This commit is contained in:
Chris Danford
2008-03-12 23:17:39 +00:00
parent ecbe89179e
commit 5e87c2e81a
82 changed files with 13322 additions and 31 deletions
+7
View File
@@ -21,6 +21,9 @@
#include "NetworkSyncManager.h"
#include "RageTimer.h"
#include "RageInput.h"
/* XXX
#include "PitchDetectionTest.h"
*/
static RageTimer g_GameplayTimer;
@@ -176,6 +179,10 @@ void GameLoop::RunGameLoop()
fDeltaTime *= g_fUpdateRate;
/* XXX
PitchDetectionTest::Update();
*/
CheckFocus();
/* Update SOUNDMAN early (before any RageSound::GetPosition calls), to flush position data. */