From e53c4db866021b07baace56f999be93920cd0f19 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 21 Jul 2005 19:36:43 +0000 Subject: (svn r2664) Remove depedency on player.h from variables.h --- vehicle.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'vehicle.h') diff --git a/vehicle.h b/vehicle.h index 5e40d7772..f396ccd5a 100644 --- a/vehicle.h +++ b/vehicle.h @@ -435,9 +435,6 @@ static inline Vehicle *GetFirstVehicleFromSharedList(Vehicle *v) return u; } -/* Validate functions for rail building */ -static inline bool ValParamRailtype(uint32 rail) { return HASBIT(GetPlayer(_current_player)->avail_railtypes, rail);} - // NOSAVE: Can be regenerated by inspecting the vehicles. VARDEF VehicleID _vehicle_position_hash[0x1000]; -- cgit v1.2.3-54-g00ecf