(svn r18812) -Codechange: make some functions in train.h functions of Train.

This commit is contained in:
rubidium
2010-01-15 18:23:52 +00:00
parent 7acb21987b
commit ea240269dc
10 changed files with 84 additions and 80 deletions

View File

@@ -1140,7 +1140,7 @@ void StateGameLoop()
length = 0;
for (Train *u = t; u != NULL; u = u->Next()) wagons[length++] = u->tcache;
TrainConsistChanged(t, true);
t->ConsistChanged(true);
length = 0;
for (Train *u = t; u != NULL; u = u->Next()) {