(svn r14598) -Feature: Action0Industries property 24 (industry suuplies default name for nearby station).

This commit is contained in:
rubidium
2008-11-19 23:55:34 +00:00
parent 2baf1aa14a
commit 84ed955492
6 changed files with 84 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
#include "date_type.h"
#include "vehicle_type.h"
#include "company_type.h"
#include "industry_type.h"
#include "core/geometry_type.hpp"
#include "viewport_type.h"
#include <list>
@@ -130,8 +131,11 @@ public:
TileIndex airport_tile;
TileIndex dock_tile;
Town *town;
StringID string_id; ///< Default name (town area) of station
/* Place to get a name from, in order of importance: */
char *name; ///< Custom name
IndustryType indtype; ///< Industry type to get the name from
StringID string_id; ///< Default name (town area) of station
ViewportSign sign;