Fixed: Do not mess with the order of the old TSampleFormat enum

--HG--
branch : sound_dev
hg/feature/gsoc2012-fabien
kaetemi 13 years ago
parent 791823b197
commit 0bc94787cb

@ -41,7 +41,7 @@ namespace NLSOUND
/*
* Sound sample format
*/
enum TSampleFormat { SampleFormatUnknown, Mono8, Mono16ADPCM, Mono16, Stereo8, Stereo16 };
enum TSampleFormat { Mono8, Mono16ADPCM, Mono16, Stereo8, Stereo16, SampleFormatUnknown = (~0) };
/**
* Abstract sound driver (implemented in sound driver dynamic library)

Loading…
Cancel
Save