(svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line.

This commit is contained in:
rubidium
2007-07-25 00:16:30 +00:00
parent 542f552f6e
commit 7fe3635cdb
9 changed files with 49 additions and 42 deletions

View File

@@ -2480,7 +2480,8 @@ CommandCost CmdChangeServiceInt(TileIndex tile, uint32 flags, uint32 p1, uint32
static Rect _old_vehicle_coords;
void BeginVehicleMove(Vehicle *v) {
void BeginVehicleMove(Vehicle *v)
{
_old_vehicle_coords.left = v->left_coord;
_old_vehicle_coords.top = v->top_coord;
_old_vehicle_coords.right = v->right_coord;