fix cursor resetting

This commit is contained in:
Glenn Maynard
2002-12-20 21:22:39 +00:00
parent 0bfe23a70c
commit 4b6c20b42e
@@ -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;
}
}