1
0
Fork 0

(svn r19260) -Codechange: another minor coding style fix

release/1.1
smatz 2010-02-25 22:59:24 +00:00
parent 17288d6c80
commit 7b1e0a4b67
1 changed files with 1 additions and 1 deletions

View File

@ -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);