MCPcopy Create free account
hub / github.com/NetHack/NetHack / authorize_explore_mode

Function authorize_explore_mode

sys/vms/vmsmain.c:482–486  ·  view source on GitHub ↗

similar to above, validate explore mode access */

Source from the content-addressed store, hash-verified

480
481/* similar to above, validate explore mode access */
482boolean
483authorize_explore_mode(void)
484{
485 return TRUE; /* no restrictions on explore mode */
486}
487
488static void
489wd_message(void)

Callers 2

set_playmodeFunction · 0.50
enter_explore_modeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected