]> granicus.if.org Git - nethack/commitdiff
mextra fixes entries
authornethack.allison <nethack.allison>
Fri, 6 Jan 2006 06:12:25 +0000 (06:12 +0000)
committernethack.allison <nethack.allison>
Fri, 6 Jan 2006 06:12:25 +0000 (06:12 +0000)
doc/fixes35.0

index 5f9a2168c01d8f8a013641c72590ebc12d5c65b0..1be9dd5186cbf73481f70987d7016f1fa10c46a2 100644 (file)
@@ -105,6 +105,8 @@ devouring Medusa whole is fatal
 eating pet won't continue eating after becoming paralyzed or falling asleep
 randomize shopkeeper names when hallucinating
 fix wording for "leprechaun steals gold from between your feet" when mounted
+magic trap that causes taming of monster that just expelled hero won't result
+       in upstream use of stale pointer; taming no longer replaces monst
 
 
 Platform- and/or Interface-Specific Fixes
@@ -187,3 +189,5 @@ monst cham field now a short and uses mons[] index
 rearrange some monster ordering to follow rule #2 listed at top of monst.c
 change region player_flags to more appropriate unsigned int instead of boolean
 remove remains of sync_hunger, which has been ifdef'd out for years
+new mextra structure housing pointers to mname, egd, epri, eshk, emin, edog
+consolidate vault.h, epri.h, eshk.h, emin.h and edog.h into new mextra.h