From e6ff168508515ba4bf130106f100654d65685fd2 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 23 Dec 2008 21:03:43 +0000 Subject: (svn r14732) -Codechange: replace some magic number with less magic constants and use the proper type for a few variables. --- 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 ad63594df..f7f584b86 100644 --- a/src/town.h +++ b/src/town.h @@ -122,7 +122,7 @@ struct Town : PoolItem { uint16 noise_reached; /* Which companies have a statue? */ - byte statues; + CompanyMask statues; /* Company ratings as well as a mask that determines which companies have a rating. */ CompanyMask have_ratings; -- cgit v1.2.3-54-g00ecf