]> granicus.if.org Git - nethack/commit
Added decl_early_init() which is called when PLAYAGAIN is supported.
authorBart House <bart@barthouse.com>
Thu, 22 Nov 2018 23:20:17 +0000 (15:20 -0800)
committerBart House <bart@barthouse.com>
Fri, 23 Nov 2018 23:22:51 +0000 (15:22 -0800)
commitacbe4d9242c78cbae351a3836b19d3c17d94db58
tree4316a3a2364b62dedbc2a733f15f764d8c7aad23
parent31dc1c9233960606fa049fbd6377d2ba7c379036
Added decl_early_init() which is called when PLAYAGAIN is supported.

decl_early_init() is called when we are starting a game.  On first
start, it validates that global state is in the expected state.
When called on subsequent starts, it initializes global state to
expected state.
include/config.h
include/extern.h
src/decl.c
sys/share/pcmain.c
sys/winnt/stubs.c
win/win32/winhack.c