changeset 11:eca6f008fad0

Shouldn't be enabling data callbacks for the example since they aren't used.
author Eric Wing <ewing . public |-at-| gmail . com>
date Tue, 02 Nov 2010 13:32:29 -0700
parents c808684660a7
children bfe90b4f3d87
files EXAMPLES/playsound.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/EXAMPLES/playsound.c	Sun Oct 31 05:49:44 2010 -0700
+++ b/EXAMPLES/playsound.c	Tue Nov 02 13:32:29 2010 -0700
@@ -50,7 +50,7 @@
 	
 	for(i=1; i<argc; i++)
 	{
-		if(!(audio_data[i-1]=ALmixer_LoadAll( argv[i], AL_TRUE) ))
+		if(!(audio_data[i-1]=ALmixer_LoadAll( argv[i], AL_FALSE) ))
 		{
 			printf("%s. Quiting program.\n", ALmixer_GetError());
 			exit(0);