File diff r2547:829419207e6d → r2548:9570bbbdacab
sprite.h
Show inline comments
 
@@ -19,7 +19,7 @@ typedef struct DrawTileSeqStruct {
 

	
 
typedef struct DrawTileSprites {
 
	SpriteID ground_sprite;
 
	DrawTileSeqStruct const *seq;
 
	const DrawTileSeqStruct* seq;
 
} DrawTileSprites;
 

	
 
// Iterate through all DrawTileSeqStructs in DrawTileSprites.