diff playsound/playsound.c @ 285:95082495d437

Disabled physfs code.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 16 Mar 2002 03:49:09 +0000
parents 6c059c4d2cea
children 259daddc2d6b
line wrap: on
line diff
--- a/playsound/playsound.c	Sat Mar 16 03:48:36 2002 +0000
+++ b/playsound/playsound.c	Sat Mar 16 03:49:09 2002 +0000
@@ -33,7 +33,7 @@
 #include "SDL.h"
 #include "SDL_sound.h"
 
-#define SUPPORT_PHYSFS 1
+#define SUPPORT_PHYSFS 0
 #if SUPPORT_PHYSFS
 #include <alloca.h>
 #include "physfs.h"