From 45fd8648df731ce41da46691a8fd7fcc0be1b844 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Mon, 9 Apr 2012 18:24:09 +0200 Subject: [PATCH] Added: Useful comment --- code/nel/include/nel/sound/driver/sound_driver.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/nel/include/nel/sound/driver/sound_driver.h b/code/nel/include/nel/sound/driver/sound_driver.h index 2fa450249..c9551f16b 100644 --- a/code/nel/include/nel/sound/driver/sound_driver.h +++ b/code/nel/include/nel/sound/driver/sound_driver.h @@ -39,7 +39,9 @@ namespace NLSOUND #endif /* - * Sound sample format + * Deprecated sound sample format. + * For compatibility with old code. + * Do not modify. */ enum TSampleFormat { Mono8, Mono16ADPCM, Mono16, Stereo8, Stereo16, SampleFormatUnknown = (~0) };