Ticket #396 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

Preserve flag mislabelled in character dumps

Reported by: roustk@hss.caltech.edu Assigned to:
Milestone: 3.1.0 Keywords:
Cc:

Description

Bug is in line 331 of option.c (as of revision 570):

{ "adult_no_preserve",   "Adult: Preserve artifacts when leaving level",  FALSE }, /* 199 */

These strings appear in character dumps ('Cf') with a value, where "yes" means missed artifacts cannot be recreated.

There is a length constraint on this string for formatting reasons, which makes correcting this a bit touchy. Maybe try brevity to repair it: "Adult: Don't preserve artifacts".

Compare line 267:

{ "birth_no_preserve",   "Don't preserve artifacts when leaving level", FALSE }, /* 135 */

Kevin

Attachments

Change History

09/28/07 12:18:27 changed by takkaria

  • status changed from new to closed.
  • resolution set to fixed.

r586 fixes this.


Add/Change #396 (Preserve flag mislabelled in character dumps)




Action