vehicle.c
changeset 2651 864b1c650a88
parent 2639 8a7342eb3a78
child 2666 94fc2b3967d7
--- a/vehicle.c	Wed Nov 16 11:17:52 2005 +0000
+++ b/vehicle.c	Wed Nov 16 11:50:40 2005 +0000
@@ -355,6 +355,8 @@
 }
 
 
+static VehicleID _vehicle_position_hash[0x1000];
+
 void *VehicleFromPos(TileIndex tile, void *data, VehicleFromPosProc *proc)
 {
 	int x,y,x2,y2;