town_cmd.c
changeset 1500 228f77e88adf
parent 1451 843188b51df8
child 1517 b77361b13ae4
--- a/town_cmd.c	Sat Mar 12 09:48:08 2005 +0000
+++ b/town_cmd.c	Sat Mar 12 21:21:47 2005 +0000
@@ -1872,7 +1872,7 @@
 	 *	owned by a town	no removal if rating is lower than ... depends now on
 	 *	difficulty setting. Minimum town rating selected by difficulty level
 	 */
-	modemod = _default_rating_settings[_opt_mod_ptr->diff.town_council_tolerance][type];
+	modemod = _default_rating_settings[_opt.diff.town_council_tolerance][type];
 
 	if (t->ratings[_current_player] < 16 + modemod && !(flags & DC_NO_TOWN_RATING)) {
 		SetDParam(0, t->index);