Changeset - r7814:37b6f180aba0
[Not reviewed]
master
0 1 0
glx - 17 years ago 2007-10-31 18:53:49
glx@openttd.org
(svn r11364) -Fix (r11363): compilation broken
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/station_cmd.cpp
Show inline comments
 
@@ -226,7 +226,7 @@ static bool CMSAForest(TileIndex tile)
 

	
 
#define M(x) ((x) - STR_SV_STNAME)
 

	
 
enum StationNaming = {
 
enum StationNaming {
 
	STATIONNAMING_RAIL = 0,
 
	STATIONNAMING_ROAD = 0,
 
	STATIONNAMING_AIRPORT,
 
@@ -234,7 +234,7 @@ enum StationNaming = {
 
	STATIONNAMING_DOCK,
 
	STATIONNAMING_BUOY,
 
	STATIONNAMING_HELIPORT,
 
}
 
};
 

	
 
static bool GenerateStationName(Station *st, TileIndex tile, int flag)
 
{
0 comments (0 inline, 0 general)