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

(svn r1402) Trim trailing whitespace

This commit is contained in:
tron
2005-01-06 18:45:28 +00:00
parent 2c9cd8f68c
commit 8b7c1e94e1
21 changed files with 61 additions and 61 deletions

View File

@@ -119,7 +119,7 @@ void AddTypeToEngines()
{
Engine *e;
uint32 counter = 0;
for(e=_engines; e != endof(_engines); e++, counter++) {
e->type = VEH_Train;
@@ -187,7 +187,7 @@ void StartupEngines()
e->flags |= ENGINE_AVAILABLE;
e->player_avail = 0;
}
/* This sets up type for the engine
It is needed if you want to ask the engine what type it is
It should hopefully be the same as when you ask a vehicle what it is