(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 41037308c0
commit 62a6e9509b
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);
};
/**