changeset 285:95082495d437

Disabled physfs code.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 16 Mar 2002 03:49:09 +0000
parents fd9af100eb74
children a6453cae7512
files playsound/playsound.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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"