mirror of https://github.com/OpenTTD/OpenTTD
(svn r19260) -Codechange: another minor coding style fix
parent
17288d6c80
commit
7b1e0a4b67
|
@ -1640,7 +1640,7 @@ static void ReverseTrainSwapVeh(Train *v, int l, int r)
|
|||
}
|
||||
|
||||
Swap(a->track, b->track);
|
||||
Swap(a->direction, b->direction);
|
||||
Swap(a->direction, b->direction);
|
||||
|
||||
/* toggle direction */
|
||||
if (a->track != TRACK_BIT_DEPOT) a->direction = ReverseDir(a->direction);
|
||||
|
|
Loading…
Reference in New Issue