src/sprite.h
branchnoai
changeset 9732 f8eb3e208514
parent 9723 eee46cb39750
child 10455 22c441f5adf9
equal deleted inserted replaced
9731:9b1552d0fd9b 9732:f8eb3e208514
    28 	int8 delta_y;
    28 	int8 delta_y;
    29 	int8 delta_z;
    29 	int8 delta_z;
    30 	byte size_x;
    30 	byte size_x;
    31 	byte size_y;
    31 	byte size_y;
    32 	byte size_z;
    32 	byte size_z;
    33 	SpriteID image;
    33 	PalSpriteID image;
    34 	SpriteID pal;
       
    35 };
    34 };
    36 
    35 
    37 struct DrawTileSprites {
    36 struct DrawTileSprites {
    38 	SpriteID ground_sprite;
    37 	PalSpriteID ground;
    39 	SpriteID ground_pal;
       
    40 	const DrawTileSeqStruct *seq;
    38 	const DrawTileSeqStruct *seq;
    41 };
    39 };
    42 
    40 
    43 /**
    41 /**
    44  * This structure is the same for both Industries and Houses.
    42  * This structure is the same for both Industries and Houses.