From bd77f03d382725f540bb70b546dfc3f8cb3eb8be Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 22 Dec 2014 21:19:32 +0100 Subject: Enable "maxmize stats" permanently --- src/files.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/files.cc') diff --git a/src/files.cc b/src/files.cc index ed782f72..728a01ad 100644 --- a/src/files.cc +++ b/src/files.cc @@ -2610,11 +2610,6 @@ errr file_character(cptr name, bool_ full) else fprintf(fff, "\n Joke monsters: OFF"); - if (p_ptr->maximize) - fprintf(fff, "\n Maximize mode: ON"); - else - fprintf(fff, "\n Maximize mode: OFF"); - if (p_ptr->preserve) fprintf(fff, "\n Preserve Mode: ON"); else @@ -4251,7 +4246,7 @@ long total_points(void) if (!comp_death) comp_death = 1; if (p_ptr->preserve) mult -= 1; /* Penalize preserve, maximize modes */ - if (p_ptr->maximize) mult -= 1; + mult -= 1; /* maximize pentalty, always on */ if (auto_scum) mult -= 4; if (small_levels) mult += ((always_small_level) ? 4 : 10); if (empty_levels) mult += 2; -- cgit v1.2.3