]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Sounds.h
BEAUTIFIED ALL SOURCE CODE
[lugaru.git] / Source / Sounds.h
index 20cd2b0c3dc0732269e0a380d24126e59af757be..80a76c172314d53f6be15920da03a5c2b0e5bbfe 100644 (file)
@@ -26,7 +26,7 @@ enum sound_types {
 #define DECLARE_SOUND(id, filename) id,
 #include "Sounds.def"
 #undef DECLARE_SOUND
-sounds_count
+    sounds_count
 };
 
 extern struct OPENAL_SAMPLE *samp[sounds_count];