From d15a1e0fc33515fa32f34781864dc4535b75847f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 23 Dec 2006 10:02:24 +0000 Subject: [PATCH] clarify --- stepmania/src/RageSound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageSound.h b/stepmania/src/RageSound.h index c1010ad5a1..e5e93cbce2 100644 --- a/stepmania/src/RageSound.h +++ b/stepmania/src/RageSound.h @@ -191,7 +191,7 @@ public: * Until then, SOUNDMAN->GetPosition can still be called; the sound is still * playing. */ int GetDataToPlay( int16_t *pBuffer, int iSize, int64_t &iStreamFrame, int &iBytesRead ); - void CommitPlayingPosition( int64_t iFrameno, int64_t iPosition, int iBytesRead ); + void CommitPlayingPosition( int64_t iHardwareFrame, int64_t iStreamFrame, int iGotFrames ); }; #endif