src/misc_gui.cpp
changeset 6953 230d1e3ac86c
parent 6952 b19643469024
child 6990 136a08baf0ed
equal deleted inserted replaced
6952:b19643469024 6953:230d1e3ac86c
    87 static void Place_LandInfo(TileIndex tile)
    87 static void Place_LandInfo(TileIndex tile)
    88 {
    88 {
    89 	Player *p;
    89 	Player *p;
    90 	Window *w;
    90 	Window *w;
    91 	Town *t;
    91 	Town *t;
    92 	int64 old_money;
    92 	Money old_money;
    93 	CommandCost costclear;
    93 	CommandCost costclear;
    94 	AcceptedCargo ac;
    94 	AcceptedCargo ac;
    95 	TileDesc td;
    95 	TileDesc td;
    96 	StringID str;
    96 	StringID str;
    97 
    97