1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-18 03:59:09 +00:00

(svn r3365) Staticise 36 functions

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

View File

@@ -829,7 +829,7 @@ StringID GetCustomEngineName(EngineID engine)
}
void AcceptEnginePreview(Engine *e, PlayerID player)
static void AcceptEnginePreview(Engine *e, PlayerID player)
{
Player *p = GetPlayer(player);