Crossfire Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
sounds.h not included
- To: Crossfire discussion list <crossfire (at) ifi.uio.no>
- Subject: sounds.h not included
- From: Laurent Wacrenier <>
- Date: Fri, 2 Sep 1994 12:24:17 +0200
crossfire 91.4 doesn't compile with SOUND_EFFECTS option because
sounds.h is not included in the spell_effect.c file:
*** server/spell_effect.c Fri Sep 2 12:18:23 1994
--- server/spell_effect.c.old Fri Sep 2 12:17:34 1994
***************
*** 33,41 ****
#include <sproto.h>
#endif
#include <spells.h>
- #ifdef SOUND_EFFECTS
- #include <sounds.h>
- #endif
extern object *objects;
--- 33,38 ----
-- Laurent