(svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID
This commit is contained in:
@@ -34,8 +34,7 @@ struct DrawTileSeqStruct {
|
||||
};
|
||||
|
||||
struct DrawTileSprites {
|
||||
SpriteID ground_sprite;
|
||||
SpriteID ground_pal;
|
||||
PalSpriteID ground;
|
||||
const DrawTileSeqStruct *seq;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user