summaryrefslogtreecommitdiff
path: root/games/iso-pernangband/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/iso-pernangband/patches/patch-ac')
-rw-r--r--games/iso-pernangband/patches/patch-ac22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/iso-pernangband/patches/patch-ac b/games/iso-pernangband/patches/patch-ac
new file mode 100644
index 00000000000..6685802422a
--- /dev/null
+++ b/games/iso-pernangband/patches/patch-ac
@@ -0,0 +1,22 @@
+$NetBSD: patch-ac,v 1.1 2002/06/28 16:03:04 agc Exp $
+
+--- externs.h 2002/06/28 15:55:12 1.1
++++ externs.h 2002/06/28 15:55:45
+@@ -78,7 +78,7 @@
+ extern move_info_type move_info[9];
+ extern tactic_info_type tactic_info[9];
+ extern activation activation_info[MAX_T_ACT];
+-extern music music_info[MAX_MUSICS];
++extern music_t music_info[MAX_MUSICS];
+ extern inscription_info_type inscription_info[MAX_INSCRIPTIONS];
+ extern cptr sense_desc[];
+
+@@ -459,7 +459,7 @@
+ extern s16b bounties[MAX_BOUNTIES][2];
+ extern random_spell random_spells[MAX_SPELLS];
+ extern s16b spell_num;
+-extern fate fates[MAX_FATES];
++extern fate_t fates[MAX_FATES];
+ extern byte vanilla_town;
+ extern byte dungeon_type;
+ extern byte *spec_history[MAX_DUNGEON_DEPTH];