From 3e8d498bc513872bfcd202aa8ffc96b911c8fbf7 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 6 Oct 2013 10:16:33 +0000 Subject: [PATCH] (svn r25814) -Doc: Some Town members. --- src/town.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/town.h b/src/town.h index a672c2ceeb..665b438ede 100644 --- a/src/town.h +++ b/src/town.h @@ -60,13 +60,9 @@ struct Town : TownPool::PoolItem<&_town_pool> { uint32 townnamegrfid; uint16 townnametype; uint32 townnameparts; - char *name; + char *name; ///< Custom town name. If NULL, the town was not renamed and uses the generated name. - /* Makes sure we don't build certain house types twice. - * bit 0 = Building funds received - * bit 1 = CHURCH - * bit 2 = STADIUM */ - byte flags; + byte flags; ///< See #TownFlags. uint16 noise_reached; ///< level of noise that all the airports are generating