Skip to content

Commit

Permalink
SELECTSAVED in #version (trunk only)
Browse files Browse the repository at this point in the history
      makedefs wasn't including this optional feature in dat/options for
display via ``#version''.  It doesn't affect save and bones files but it
is something that may be of interest to users.  This change won't work for
UNIX+QT_GRAPHICS because that config is defining SELECTSAVED in files.c
instead of in unixconf.h.

     I think there are some other new things which are missing here too.
  • Loading branch information
nethack.rankin committed Dec 10, 2006
1 parent 5282384 commit 176a59b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion util/makedefs.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* SCCS Id: @(#)makedefs.c 3.5 2006/05/05 */
/* SCCS Id: @(#)makedefs.c 3.5 2006/12/09 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* Copyright (c) M. Stephenson, 1990, 1991. */
/* Copyright (c) Dean Luick, 1990. */
Expand Down Expand Up @@ -802,6 +802,9 @@ static const char *build_opts[] = {
#ifdef REDO
"redo command",
#endif
#ifdef SELECTSAVED
"restore saved games via menu",
#endif
#ifdef REINCARNATION
"rogue level",
#endif
Expand Down

0 comments on commit 176a59b

Please sign in to comment.