From c3e87f345ddd60082d6470f6401a1659094a3011 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 15 Mar 2009 00:32:18 +0000 Subject: (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too --- src/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sound.cpp') diff --git a/src/sound.cpp b/src/sound.cpp index 1c476a9bb..4401fc67b 100644 --- a/src/sound.cpp +++ b/src/sound.cpp @@ -17,7 +17,7 @@ static uint _file_count; static FileEntry *_files; MusicFileSettings msf; -// Number of levels of panning per side +/* Number of levels of panning per side */ #define PANNING_LEVELS 16 /** The number of sounds in the original sample.cat */ -- cgit v1.2.3-54-g00ecf