From cdcc93fec267b864e6e4857f5de05009ca76320e Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 12 May 2019 08:10:21 -0400 Subject: [PATCH] catch up on fixes37.0 entries --- doc/fixes37.0 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/fixes37.0 b/doc/fixes37.0 index 465eef81d..bcc54cfc5 100644 --- a/doc/fixes37.0 +++ b/doc/fixes37.0 @@ -1,7 +1,8 @@ -$NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.5 $ $NHDT-Date: 1544917667 2018/12/15 23:47:47 $ +$NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.7 $ $NHDT-Date: 1557663016 2019/05/12 12:10:16 $ General Fixes and Modified Features ----------------------------------- +fix compile when DLB isn't defined Fixes to Post-3.7.0 Problems that Were Exposed Via git Repository @@ -28,3 +29,6 @@ NetHack Community Patches (or Variation) Included Code Cleanup and Reorganization ------------------------------- +move majority of global variables into instance_globals struct g +move zeroobj, zeromonst, zeroany into const_globals struct cg +