1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/crossfire-client/files/patch-ak

12 lines
365 B
Plaintext
Raw Normal View History

--- 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) {