Commit Graph
12 Commits
Author SHA1 Message Date
Andrew Livy 387905a785 Added Dancing Stage 3DDX (SINGLE MODE ONLY)
NOTE: I commented out an ASSERT in NoteData.cpp
at Line 429
//	ASSERT( iOriginalTrack < pOriginal->m_iNumTracks );
I don't understand how the AutoGen code works, but all I do know is
that the game works without this assert, but possibly in a way people
didn't want defined. Please can somebody (preferably Chris as he
says he's the only one who understands notedata :D) look at this
and figure out what i'm doing wrong.
I feel a bit uneasy taking out an assert to make things work....
2002-12-28 16:07:19 +00:00
Glenn Maynard f7bf2ef2fa changed sound API 2002-12-22 08:13:33 +00:00
Glenn Maynard 5d0ce128e4 fix up stopping 2002-12-21 23:14:46 +00:00
Glenn Maynard 783a9de6b0 s/ThrowFatal/Throw/ 2002-12-21 18:32:06 +00:00
Glenn Maynard 3197e723f5 silly 2002-12-21 09:23:45 +00:00
Glenn Maynard 33f0f26912 fix warnings 2002-12-21 08:44:51 +00:00
Glenn Maynard 09301b3ad3 lower the buffer size a bit 2002-12-21 08:32:25 +00:00
Glenn Maynard 8f875e136b fix comment 2002-12-21 08:24:34 +00:00
Glenn Maynard f53a120204 fix up error handling 2002-12-21 08:23:16 +00:00
Glenn Maynard 678a07e035 use nonfatal exceptions in drivers 2002-12-21 08:15:35 +00:00
Glenn Maynard bbc7c98a68 cleanup 2002-12-21 07:37:34 +00:00
Glenn Maynard 7df2961c9b add waveout driver 2002-12-21 07:28:03 +00:00