From 2e0505d689eac82a9165e00598a65b93de5d124b Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sun, 26 Mar 2006 22:58:11 +0000 Subject: (svn r4133) - Some miscellaneous changes (unconverted TownID in function definition, Owner instead of byte, remove obsolete member and compare waypoint index with 0 not STR_NULL) --- town.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'town.h') diff --git a/town.h b/town.h index de52efda8..bcb90a405 100644 --- a/town.h +++ b/town.h @@ -26,9 +26,6 @@ struct Town { // Which players have a statue? byte statues; - // Sort index in listings - byte sort_index_obsolete; - // Player ratings as well as a mask that determines which players have a rating. byte have_ratings; uint8 unwanted[MAX_PLAYERS]; // how many months companies aren't wanted by towns (bribe) -- cgit v1.2.3-54-g00ecf