Mercurial > hg > openttd
diff src/roadveh_cmd.cpp @ 8969:01cc3ee6ecb1 draft
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Fri, 18 Apr 2008 04:37:06 +0000 |
parents | 322e2779f67a |
children | 75ae4890d738 |
line wrap: on
line diff
--- a/src/roadveh_cmd.cpp +++ b/src/roadveh_cmd.cpp @@ -1293,7 +1293,7 @@ v->cur_image = v->GetImage(v->direction); v->UpdateDeltaXY(v->direction); - SetRoadVehPosition(v,x,y); + SetRoadVehPosition(v, x, y); InvalidateWindowData(WC_VEHICLE_DEPOT, v->tile); @@ -1390,7 +1390,7 @@ Direction new_dir; Direction old_dir; RoadDriveEntry rd; - int x,y; + int x, y; uint32 r; if (v->u.road.overtaking != 0) { @@ -1431,7 +1431,7 @@ /* Vehicle has just entered a bridge or tunnel */ v->cur_image = v->GetImage(v->direction); v->UpdateDeltaXY(v->direction); - SetRoadVehPosition(v,gp.x,gp.y); + SetRoadVehPosition(v, gp.x, gp.y); return true; }