From 36978c60fde75849790c049c931400fe49a7122a Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Thu, 22 Aug 2002 07:31:44 +0000 Subject: [PATCH] const and char* to char[] contributed by --- doc/fixes34.1 | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/fixes34.1 b/doc/fixes34.1 index 7d855f861..cb6a14f39 100644 --- a/doc/fixes34.1 +++ b/doc/fixes34.1 @@ -222,6 +222,7 @@ removing unowned pick-axe from container in shop gave inappropriate message don't let monster end up with more current HP than max HP after life drain make sure that missing file trickery in wizard mode which is discovered during level change doesn't try to keep going after discarding current level +contribution by Adam Wozniak adds several const & changes some char* to char[] Platform- and/or Interface-Specific Fixes