really fix warning

This commit is contained in:
Glenn Maynard
2004-01-12 22:17:43 +00:00
parent 29093a5308
commit 74352440c9
+2 -1
View File
@@ -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);