(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)

This commit is contained in:
Darkvater
2006-03-26 22:58:11 +00:00
parent f77bb24d93
commit 2e0505d689
4 changed files with 3 additions and 6 deletions

3
town.h
View File

@@ -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)