From 74352440c936e2ccd66db3cb5719e0fa9852ab43 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 12 Jan 2004 22:17:43 +0000 Subject: [PATCH] really fix warning --- stepmania/src/RageSound.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);