(svn r16896) -Codechange: make station spec allocation and station animation functions work for both stations and waypoints

This commit is contained in:
rubidium
2009-07-21 11:11:05 +00:00
parent d79a1543bc
commit 6670fae515
6 changed files with 126 additions and 54 deletions

View File

@@ -32,6 +32,8 @@ struct Waypoint : WaypointPool::PoolItem<&_waypoint_pool>, SpecializedStation<Wa
/* virtual */ uint32 GetNewGRFVariable(const struct ResolverObject *object, byte variable, byte parameter, bool *available) const;
/* virtual */ void GetTileArea(TileArea *ta, StationType type) const;
void AssignStationSpec(uint index);
/**