(svn r2664) Remove depedency on player.h from variables.h

This commit is contained in:
tron
2005-07-21 19:36:43 +00:00
parent b0779b4b65
commit 8b05455903
13 changed files with 18 additions and 9 deletions

View File

@@ -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];