options help one more time...
Move the help text for the 'O' command from the code into its own file and allow that to be accessed from the '?' menu as well as by choosing entry '?' in the 'O' menu. sys/unix/Makefile.top has been updated to handle new 'optmenu', others need to catch up. The game will still build and run without the file but asking for options menu help won't work until they do.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# NetHack Top-level Makefile.
|
||||
# NetHack 3.7 Makefile.top $NHDT-Date: 1609702004 2021/01/03 19:26:44 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.66 $
|
||||
# NetHack 3.7 Makefile.top $NHDT-Date: 1642630921 2022/01/19 22:22:01 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.72 $
|
||||
# Copyright (c) 2015 by Kenneth Lorber, Kensington, Maryland
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
|
||||
@@ -91,7 +91,7 @@ LUA_VERSION = 5.4.3
|
||||
# end of configuration
|
||||
#
|
||||
|
||||
DATHELP = help hh cmdhelp keyhelp history opthelp wizhelp
|
||||
DATHELP = help hh cmdhelp keyhelp history opthelp optmenu wizhelp
|
||||
|
||||
SPEC_LEVS = asmodeus.lua baalz.lua bigrm-*.lua castle.lua fakewiz?.lua \
|
||||
juiblex.lua knox.lua medusa-?.lua minend-?.lua minefill.lua \
|
||||
|
||||
Reference in New Issue
Block a user