add assert

This commit is contained in:
Glenn Maynard
2004-04-03 01:25:04 +00:00
parent b6c090995d
commit 213bc83ca4
@@ -34,6 +34,8 @@ int RageSound_Generic_Software::DecodeThread_start( void *p )
void RageSound_Generic_Software::Mix( int16_t *buf, int frames, int64_t frameno, int64_t current_frameno )
{
RAGE_ASSERT_M( m_DecodeThread.IsCreated(), "RageSound_Generic_Software::StartMixing was never called" );
static SoundMixBuffer mix;
CHECKPOINT;