(svn r26393) -Fix: Update distances between link graph nodes when station sign is moved

This commit is contained in:
fonsinchen
2014-03-06 21:19:41 +00:00
parent aee9444c1b
commit 5d3fcce725
3 changed files with 24 additions and 0 deletions

View File

@@ -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;