(svn r18812) -Codechange: make some functions in train.h functions of Train.
This commit is contained in:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user