(svn r3365) Staticise 36 functions

This commit is contained in:
tron
2006-01-05 12:40:50 +00:00
parent e588f86bb3
commit 318fe153eb
37 changed files with 68 additions and 68 deletions

View File

@@ -1342,7 +1342,7 @@ static void DrawSpecialBuilding(uint32 image, uint32 offset,
* @param snow Draw as snow
* @param flat Always draw foundation
*/
void DrawTrackBits(TileInfo *ti, TrackBits track, bool earth, bool snow, bool flat)
static void DrawTrackBits(TileInfo* ti, TrackBits track, bool earth, bool snow, bool flat)
{
const RailtypeInfo *rti = GetRailTypeInfo(GetRailType(ti->tile));
PalSpriteID image;