aboutsummaryrefslogtreecommitdiff
path: root/games/crossfire/files/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'games/crossfire/files/patch-ak')
-rw-r--r--games/crossfire/files/patch-ak18
1 files changed, 9 insertions, 9 deletions
diff --git a/games/crossfire/files/patch-ak b/games/crossfire/files/patch-ak
index d4c332524611..56af0748e854 100644
--- a/games/crossfire/files/patch-ak
+++ b/games/crossfire/files/patch-ak
@@ -1,11 +1,11 @@
---- server/skills.c.orig Tue Sep 16 03:44:12 1997
-+++ server/skills.c Tue Sep 16 03:44:27 1997
-@@ -1007,7 +1007,7 @@
- int write_scroll (object *pl, object *scroll) {
+--- 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 success=0,confused=0,chosen_spell=-1,stat1=get_skill_stat1(pl);
-- object *newScroll;
-+ object *newScroll = NULL;
+ 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){
+ /* this is a sanity check */
+ if (scroll->type!=SCROLL) {