summaryrefslogtreecommitdiff
path: root/vehicle.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-01-05 16:51:10 +0000
committertron <tron@openttd.org>2006-01-05 16:51:10 +0000
commit5ac1a89f924345f6c75a81423a41f95656070cc0 (patch)
treeb76c3575e24b071c5ff251860338785bbdefa1fe /vehicle.h
parente272b03feea5b4c870dd4af5be9071c903c6173d (diff)
downloadopenttd-5ac1a89f924345f6c75a81423a41f95656070cc0.tar.xz
(svn r3366) Make an unnecessarily global variable local
Diffstat (limited to 'vehicle.h')
-rw-r--r--vehicle.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vehicle.h b/vehicle.h
index 1451e17f2..ea63de569 100644
--- a/vehicle.h
+++ b/vehicle.h
@@ -341,9 +341,6 @@ byte GetDirectionTowards(const Vehicle *v, int x, int y);
#define BEGIN_ENUM_WAGONS(v) do {
#define END_ENUM_WAGONS(v) } while ( (v=v->next) != NULL);
-/* vehicle.c */
-VARDEF SortStruct *_vehicle_sort;
-
extern MemoryPool _vehicle_pool;
/**