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

(svn r607) -Patch: [ 985102 ] static cleanup

Thanks to lvoge
This commit is contained in:
tron
2004-11-14 19:44:06 +00:00
parent 200d3fdbe8
commit 249a170ace
32 changed files with 108 additions and 118 deletions

View File

@@ -404,7 +404,7 @@ bool isWagon(byte index)
return false;
}
void NewVehicleAvailable(Engine *e)
static void NewVehicleAvailable(Engine *e)
{
Vehicle *v;
Player *p;