(svn r9672) -Cleanup: lots of coding style fixes around operands.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user