X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSounds.h;h=80a76c172314d53f6be15920da03a5c2b0e5bbfe;hb=25e3d5e35a7fd7efdffc420efe3c41a91cefe43f;hp=20cd2b0c3dc0732269e0a380d24126e59af757be;hpb=af283344ca70f7fbe9abd0d269511bc4ec3ff4bf;p=lugaru.git diff --git a/Source/Sounds.h b/Source/Sounds.h index 20cd2b0..80a76c1 100644 --- a/Source/Sounds.h +++ b/Source/Sounds.h @@ -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];