summaryrefslogtreecommitdiff
path: root/src/station_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/station_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/station_base.h')
-rw-r--r--src/station_base.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/station_base.h b/src/station_base.h
index ce87b2cf6..5c047f03f 100644
--- a/src/station_base.h
+++ b/src/station_base.h
@@ -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>