소스 검색

Changed comment in test program to avoid confusion.

There is a library called SDL_sound which is not used here.
Philipp Wiesemann 10 년 전
부모
커밋
96229eed81
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/loopwave.c

+ 1 - 1
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