freebsd-ports/games/crossfire/files/patch-ak
Andreas Klemm 893dd4b607 Update to newest version 0.94.1
Make port PREFIX clean
solve gettimeofday compile problem (patch-ao)
sanitize order of header file inclusion in common/porting.c
	so that MIN and MAX don't get redefined (patch-ap)
updated PLIST
added dirrm statements in PLIST to allow proper removal of package
1998-05-08 13:51:37 +00:00

12 lines
365 B
Plaintext

--- server/skills.c.orig Thu Apr 16 04:07:47 1998
+++ server/skills.c Thu May 7 21:03:01 1998
@@ -1057,7 +1057,7 @@
int write_scroll (object *pl, object *scroll) {
int success=0,confused=0,chosen_spell=-1,stat1=get_skill_stat1(pl);
- object *newScroll;
+ object *newScroll = NULL;
/* this is a sanity check */
if (scroll->type!=SCROLL) {