mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-18 20:19:11 +00:00
(svn r19356) -Fix: Whitespace.
This commit is contained in:
@@ -1487,12 +1487,12 @@ static void SwapTrainFlags(uint16 *swap_flag1, uint16 *swap_flag2)
|
||||
SetBit(*swap_flag2, GVF_GOINGDOWN_BIT);
|
||||
} else if (HasBit(flag1, GVF_GOINGDOWN_BIT)) {
|
||||
SetBit(*swap_flag2, GVF_GOINGUP_BIT);
|
||||
}
|
||||
}
|
||||
if (HasBit(flag2, GVF_GOINGUP_BIT)) {
|
||||
SetBit(*swap_flag1, GVF_GOINGDOWN_BIT);
|
||||
} else if (HasBit(flag2, GVF_GOINGDOWN_BIT)) {
|
||||
SetBit(*swap_flag1, GVF_GOINGUP_BIT);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
static void ReverseTrainSwapVeh(Train *v, int l, int r)
|
||||
|
Reference in New Issue
Block a user