]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Audio/Sounds.hpp
Put some sounds and animations information in creature types
[lugaru.git] / Source / Audio / Sounds.hpp
index 72a0139d5ce6ac206e28fcea1854e528aa59af97..81192d5ed160c755561542f6b5359562933d3c91 100644 (file)
@@ -22,7 +22,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 
 #include "Math/XYZ.hpp"
 
-enum sound_types {
+enum sound_type {
 #define DECLARE_SOUND(id, filename) id,
 #include "Sounds.def"
 #undef DECLARE_SOUND