From 80c259f64fd38cdb84f2bcb8a146e7ec4a448070 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 18 Apr 2007 22:10:36 +0000 Subject: (svn r9672) -Cleanup: lots of coding style fixes around operands. --- src/tree_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tree_cmd.cpp') diff --git a/src/tree_cmd.cpp b/src/tree_cmd.cpp index 74d3e5d02..a544e560f 100644 --- a/src/tree_cmd.cpp +++ b/src/tree_cmd.cpp @@ -317,7 +317,7 @@ int32 CmdPlantTree(TileIndex tile, uint32 flags, uint32 p1, uint32 p2) struct TreeListEnt { SpriteID image; SpriteID pal; - byte x,y; + byte x, y; }; static void DrawTile_Trees(TileInfo *ti) -- cgit v1.2.3-54-g00ecf