Skip to content

Commit

Permalink
Turn off a few bugtesting options that were on by default: showdmg, s…
Browse files Browse the repository at this point in the history
…anity_check, and invweight.
  • Loading branch information
elunna committed Oct 17, 2023
1 parent c07b94b commit 5573879
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .hackemrc
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ OPTIONS=news
#OPTIONS=sanity_check

# Show damage being dealt
OPTIONS=showdmg
#OPTIONS=showdmg

# Show inventory item weights
OPTIONS=invweight
Expand Down
2 changes: 1 addition & 1 deletion src/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ static struct Bool_Opt {
{ "safe_pet", &flags.safe_dog, TRUE, SET_IN_GAME },
{ "sanity_check", &iflags.sanity_check, FALSE, SET_IN_WIZGAME },
{ "selectsaved", &iflags.wc2_selectsaved, TRUE, DISP_IN_GAME }, /*WC*/
{ "showdmg", &iflags.showdmg, TRUE, SET_IN_GAME },
{ "showdmg", &iflags.showdmg, FALSE, SET_IN_GAME },
{ "showexp", &flags.showexp, FALSE, SET_IN_GAME },
{ "showrace", &flags.showrace, FALSE, SET_IN_GAME },
#ifdef SCORE_ON_BOTL
Expand Down
6 changes: 3 additions & 3 deletions sys/unix/sysconf
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,14 @@ OPTIONS=sortloot:full
OPTIONS=time
OPTIONS=paranoid_confirmation:attack pray quit Remove swim wand-break

OPTIONS=showdmg
OPTIONS=invweight
#OPTIONS=showdmg
#OPTIONS=invweight

# For fuzzing
BIND=v:wizmakemap

# For bug-finding
OPTIONS=sanity_check
#OPTIONS=sanity_check

# Make testing curses easier
#OPTIONS=windowtype:curses
Expand Down

0 comments on commit 5573879

Please sign in to comment.