Commit 96229eed81c3e989b4de8869a52add1af7f41e85

Philipp Wiesemann 2015-12-06T17:50:51

Changed comment in test program to avoid confusion. There is a library called SDL_sound which is not used here.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/loopwave.c b/test/loopwave.c
index 1e98f4b..47db4a8 100644
--- a/test/loopwave.c
+++ b/test/loopwave.c
@@ -10,7 +10,7 @@
   freely.
 */
 
-/* Program to load a wave file and loop playing it using SDL sound */
+/* Program to load a wave file and loop playing it using SDL audio */
 
 /* loopwaves.c is much more robust in handling WAVE files --
     This is only for simple WAVEs