# HG changeset patch # User Ryan C. Gordon # Date 1016250549 0 # Node ID 95082495d437573366e1cb645d10addd448faa03 # Parent fd9af100eb7451e1b82ae729e01d15b2d2f558cc Disabled physfs code. diff -r fd9af100eb74 -r 95082495d437 playsound/playsound.c --- 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 #include "physfs.h"