]> granicus.if.org Git - nethack/commit
Removed unnecessary use of static for nocreate values.
authorBart House <bart@barthouse.com>
Thu, 22 Nov 2018 18:15:43 +0000 (10:15 -0800)
committerBart House <bart@barthouse.com>
Fri, 23 Nov 2018 23:22:50 +0000 (15:22 -0800)
commit74fc1403e308fef55768ab44e72f6a8074cc3458
tree001c15e04f8efa97f9ad79e064f8c39d56b52d7b
parentd60097b2868d1f7403ddaa10d48d3be59bc7c1bb
Removed unnecessary use of static for nocreate values.

If multiple games are played without exiting the process, on the second
new player creation the nocreate values will already be set based
on the first player creation.
src/u_init.c