Mercurial > audlegacy
changeset 1320:d553c2d3ec2d trunk
[svn] - some NSFEs are fucked in the head apparently
author | nenolod |
---|---|
date | Tue, 20 Jun 2006 00:38:31 -0700 |
parents | 3783e06f951b |
children | b7a29646eb72 |
files | ChangeLog Plugins/Input/console/Music_Emu.h |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Jun 20 00:16:02 2006 -0700 +++ b/ChangeLog Tue Jun 20 00:38:31 2006 -0700 @@ -1,3 +1,12 @@ +2006-06-20 07:16:02 +0000 George Averill <nhjm449@gmail.com> + revision [1550] + - s/Miscillaneous/Miscellaneous/ in audtool.c + + + Changes: Modified: + +1 -1 trunk/audtool/audtool.c + + 2006-06-20 07:05:04 +0000 George Averill <nhjm449@gmail.com> revision [1548] - cdaudio playlist tuple support; needs some fixing
--- a/Plugins/Input/console/Music_Emu.h Tue Jun 20 00:16:02 2006 -0700 +++ b/Plugins/Input/console/Music_Emu.h Tue Jun 20 00:38:31 2006 -0700 @@ -127,7 +127,6 @@ inline void Music_Emu::start_track( int track ) { - assert( (unsigned) track <= (unsigned) track_count() ); assert( sample_rate_ ); // set_sample_rate() must have been called first track_ended_ = false; error_count_ = 0;