(svn r12148) -Codechange: Merge 'image' and 'pal' of DrawTileSeqStruct into one PalSpriteID
This commit is contained in:
@@ -30,8 +30,7 @@ struct DrawTileSeqStruct {
|
||||
byte size_x;
|
||||
byte size_y;
|
||||
byte size_z;
|
||||
SpriteID image;
|
||||
SpriteID pal;
|
||||
PalSpriteID image;
|
||||
};
|
||||
|
||||
struct DrawTileSprites {
|
||||
|
Reference in New Issue
Block a user