diff --git a/stepmania/src/RageSound.cpp b/stepmania/src/RageSound.cpp index 80440e0fef..639d242122 100644 --- a/stepmania/src/RageSound.cpp +++ b/stepmania/src/RageSound.cpp @@ -60,7 +60,8 @@ const unsigned read_block_size = 1024; * is mostly harmless; the data is small. */ const int pos_map_backlog_samples = 100000; -RageSound::RageSound() +RageSound::RageSound(): + StartTime( RageZeroTimer ) { ASSERT(SOUNDMAN); LockMut(SOUNDMAN->lock);