diff --git a/stepmania/src/arch/Sound/RageSoundDriver_DSound_Software.cpp b/stepmania/src/arch/Sound/RageSoundDriver_DSound_Software.cpp index 52a1ce2750..13bc90d089 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_DSound_Software.cpp +++ b/stepmania/src/arch/Sound/RageSoundDriver_DSound_Software.cpp @@ -181,7 +181,7 @@ void RageSound_DSound_Software::StopMixing(RageSound *snd) { /* Nothing is playing. Reset the sample count; this is just to * prevent eventual overflow. */ - last_cursor_pos = 0; + last_cursor_pos = LastPosition = 0; } }