From d29ac34a0f966e951aa50d40da06e65300ba1525 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 19 Jan 2004 22:21:36 +0000 Subject: [PATCH] 64-bit frame counts --- stepmania/src/arch/Sound/RageSoundDriver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/arch/Sound/RageSoundDriver.h b/stepmania/src/arch/Sound/RageSoundDriver.h index 4706fc75c6..a43e288130 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver.h +++ b/stepmania/src/arch/Sound/RageSoundDriver.h @@ -19,7 +19,7 @@ public: /* Get the current position of a given buffer, in the same units and time base * as passed to RageSound::GetPCM. */ - virtual int GetPosition( const RageSoundBase *snd ) const = 0; + virtual int64_t GetPosition( const RageSoundBase *snd ) const = 0; /* When a sound is finished playing (GetPCM returns less than requested) and * the sound has been completely flushed (so GetPosition is no longer meaningful),