(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 9b045ac7b2
commit 446363aac4
4 changed files with 6 additions and 4 deletions

View File

@@ -13,7 +13,6 @@
#define ECONOMY_BASE_H
#include "cargopacket.h"
#include "vehicle_type.h"
#include "company_type.h"
/** Type of pool to store cargo payments in. */