File diff r8570:8edf335fd1b4 → r8571:ede148e241b1
src/sprite.h
Show inline comments
 
@@ -34,8 +34,7 @@ struct DrawTileSeqStruct {
 
};
 

	
 
struct DrawTileSprites {
 
	SpriteID ground_sprite;
 
	SpriteID ground_pal;
 
	PalSpriteID ground;
 
	const DrawTileSeqStruct *seq;
 
};