summaryrefslogtreecommitdiff
path: root/src/economy_base.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-10-06 23:01:35 +0000
committerrubidium <rubidium@openttd.org>2009-10-06 23:01:35 +0000
commit446363aac4c791cf39254c3da7f1bc34e2aebf57 (patch)
treeb3dda29c6e4ef0474fe3754ca641d7dccc37f11f /src/economy_base.h
parent9b045ac7b2dc4749b3eb511f4a8ec2dc53ba324a (diff)
downloadopenttd-446363aac4c791cf39254c3da7f1bc34e2aebf57.tar.xz
(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.
Diffstat (limited to 'src/economy_base.h')
-rw-r--r--src/economy_base.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/economy_base.h b/src/economy_base.h
index 7d447b23c..5d7124c1b 100644
--- a/src/economy_base.h
+++ b/src/economy_base.h
@@ -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. */