(svn r17804) -Codechange: move the CargoPacket 'invalidation' when stations get removed to CargoPacket.

This commit is contained in:
rubidium
2009-10-18 17:26:10 +00:00
parent 0557a47162
commit 8234230f9e
3 changed files with 14 additions and 5 deletions

View File

@@ -116,6 +116,7 @@ public:
static void InvalidateAllFrom(SourceType src_type, SourceID src);
static void InvalidateAllFrom(StationID sid);
};
/**