(svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID

This commit is contained in:
frosch
2008-02-15 18:40:42 +00:00
parent fd0f57a794
commit a40d761d7f
13 changed files with 63 additions and 64 deletions

View File

@@ -34,8 +34,7 @@ struct DrawTileSeqStruct {
};
struct DrawTileSprites {
SpriteID ground_sprite;
SpriteID ground_pal;
PalSpriteID ground;
const DrawTileSeqStruct *seq;
};