(svn r26393) -Fix: Update distances between link graph nodes when station sign is moved
This commit is contained in:
@@ -529,6 +529,7 @@ public:
|
||||
|
||||
NodeID AddNode(const Station *st);
|
||||
void RemoveNode(NodeID id);
|
||||
void UpdateDistances(NodeID id, TileIndex xy);
|
||||
|
||||
protected:
|
||||
friend class LinkGraph::ConstNode;
|
||||
|
Reference in New Issue
Block a user