(svn r17734) -Fix (r17732): broke the assumption that 'this->packets == this', which broke loading old savegames. Now remove the (need for the) hack that needed that assumption.

This commit is contained in:
rubidium
2009-10-06 23:01:35 +00:00
parent 702deb8366
commit 96d098e120
4 changed files with 6 additions and 4 deletions

View File

@@ -16,7 +16,6 @@
#include "airport.h"
#include "cargopacket.h"
#include "cargo_type.h"
#include "vehicle_type.h"
#include "industry_type.h"
#include "core/geometry_type.hpp"
#include <list>