(svn r3193) Staticise the vehicle position hash

This commit is contained in:
tron
2005-11-16 11:50:40 +00:00
parent 1d9e838a2b
commit c87511026a
2 changed files with 2 additions and 3 deletions

View File

@@ -355,6 +355,8 @@ bool AllocateVehicles(Vehicle **vl, int num)
}
static VehicleID _vehicle_position_hash[0x1000];
void *VehicleFromPos(TileIndex tile, void *data, VehicleFromPosProc *proc)
{
int x,y,x2,y2;