(svn r9672) -Cleanup: lots of coding style fixes around operands.
This commit is contained in:
@@ -2988,7 +2988,7 @@ static void TrainController(Vehicle *v, bool update_image)
|
||||
} else if (HasSignalOnTrackdir(gp.new_tile, i)) {
|
||||
v->cur_speed = 0;
|
||||
v->subspeed = 0;
|
||||
v->progress = 255-10;
|
||||
v->progress = 255 - 10;
|
||||
if (++v->load_unload_time_rem < _patches.wait_twoway_signal * 73) {
|
||||
TileIndex o_tile = gp.new_tile + TileOffsByDiagDir(enterdir);
|
||||
VehicleAtSignalData vasd;
|
||||
|
Reference in New Issue
Block a user