(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
This commit is contained in:
@@ -310,11 +310,11 @@ int32 CmdPlantTree(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
|
||||
}
|
||||
}
|
||||
|
||||
typedef struct TreeListEnt {
|
||||
struct TreeListEnt {
|
||||
SpriteID image;
|
||||
SpriteID pal;
|
||||
byte x,y;
|
||||
} TreeListEnt;
|
||||
};
|
||||
|
||||
static void DrawTile_Trees(TileInfo *ti)
|
||||
{
|
||||
|
Reference in New Issue
Block a user