]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Audio/Sounds.cpp
Update copyright year to 2017
[lugaru.git] / Source / Audio / Sounds.cpp
index a259864ccbd2fc1809c6fa4f8bb7c7f12a146a16..01f00dbe6d5f60f78f436cf3a66a3cea19e6226a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
+Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
@@ -70,8 +70,9 @@ void loadAllSounds()
     footstepsound4 = footstepst2;
     // Huh?
     // OPENAL_Sample_SetMode(samp[whooshsound], OPENAL_LOOP_NORMAL);
-    for (int i = stream_firesound; i <= stream_menutheme; i++)
+    for (int i = stream_firesound; i <= stream_menutheme; i++) {
         OPENAL_Stream_SetMode(samp[i], OPENAL_LOOP_NORMAL);
+    }
 }
 
 void addEnvSound(XYZ coords, float vol, float life)