]> granicus.if.org Git - nethack/commit
mextra tweaks (trunk only)
authornethack.rankin <nethack.rankin>
Sun, 8 Jan 2006 06:19:42 +0000 (06:19 +0000)
committernethack.rankin <nethack.rankin>
Sun, 8 Jan 2006 06:19:42 +0000 (06:19 +0000)
commit039e0513239461b834cfe6dd701e5aaea1567451
treeb053cd13bdcff879f5573a07166427b63cf9936b
parent0bdb1fba28d27d93ead8dac2a3f80e699387c80c
mextra tweaks (trunk only)

     Add new_mname/free_mname functions to make monster name handling be
more like the other extended data and to hide mextra details a bit more.
Add some casts where int and unsigned are being intermixed.  Simplify
christen_monst(); it ought to be changed to have type `void' but I wanted
to avoid modifying another ten or so files.
include/extern.h
src/cmd.c
src/do_name.c
src/mon.c
src/restore.c
src/save.c