From 1a4ac3ee5c23702db407f18186212c4df9c52af2 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 25 Jul 2008 10:00:03 +0000 Subject: (svn r13821) -Codechange: replace some uint8/bytes with more specificly named typedefs and replace a few magic numbers. --- src/town.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/town.h') diff --git a/src/town.h b/src/town.h index dfdb7fbaa..65cfe6cbb 100644 --- a/src/town.h +++ b/src/town.h @@ -124,7 +124,7 @@ struct Town : PoolItem { byte statues; /* Player ratings as well as a mask that determines which players have a rating. */ - byte have_ratings; + PlayerMask have_ratings; uint8 unwanted[MAX_PLAYERS]; ///< how many months companies aren't wanted by towns (bribe) PlayerByte exclusivity; ///< which player has exslusivity uint8 exclusive_counter; ///< months till the exclusivity expires -- cgit v1.2.3-54-g00ecf