diff playsound/playsound.c @ 288:259daddc2d6b

PhysicsFS support tied into build system.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 16 Mar 2002 08:48:00 +0000
parents 95082495d437
children 414cfef0978e
line wrap: on
line diff
--- a/playsound/playsound.c	Sat Mar 16 08:47:29 2002 +0000
+++ b/playsound/playsound.c	Sat Mar 16 08:48:00 2002 +0000
@@ -33,7 +33,6 @@
 #include "SDL.h"
 #include "SDL_sound.h"
 
-#define SUPPORT_PHYSFS 0
 #if SUPPORT_PHYSFS
 #include <alloca.h>
 #include "physfs.h"