(svn r1596) Add some more statics

This commit is contained in:
tron
2005-01-22 22:47:58 +00:00
parent c1edc5b9c8
commit 97f893ae2f
28 changed files with 116 additions and 87 deletions

View File

@@ -20,7 +20,7 @@ static bool _road_special_gettrackstatus;
void RoadVehEnterDepot(Vehicle *v);
bool HasTileRoadAt(uint tile, int i)
static bool HasTileRoadAt(uint tile, int i)
{
int mask;
byte b;
@@ -886,7 +886,7 @@ static uint GetSlopeZ_Road(TileInfo *ti)
return z; // normal Z if no slope
}
uint GetSlopeTileh_Road(TileInfo *ti)
static uint GetSlopeTileh_Road(TileInfo *ti)
{
// check if it's a foundation
if (ti->tileh != 0) {