(svn r18028) -Codechange: unglobalise some functions
This commit is contained in:
@@ -93,13 +93,6 @@ static inline Axis GetBridgeAxis(TileIndex t)
|
||||
return (Axis)(GB(_m[t].m6, 6, 2) - 1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Finds the end of a bridge in the specified direction starting at a middle tile
|
||||
* @param t the bridge tile to find the bridge ramp for
|
||||
* @param d the direction to search in
|
||||
*/
|
||||
TileIndex GetBridgeEnd(TileIndex t, DiagDirection d);
|
||||
|
||||
/**
|
||||
* Finds the northern end of a bridge starting at a middle tile
|
||||
* @param t the bridge tile to find the bridge ramp for
|
||||
|
Reference in New Issue
Block a user