sprite.h
changeset 2548 97ada3bd2702
parent 2491 dfe9542f783e
child 3593 22df29be81b4
--- a/sprite.h	Fri Oct 21 12:24:55 2005 +0000
+++ b/sprite.h	Sat Oct 22 06:39:32 2005 +0000
@@ -19,7 +19,7 @@
 
 typedef struct DrawTileSprites {
 	SpriteID ground_sprite;
-	DrawTileSeqStruct const *seq;
+	const DrawTileSeqStruct* seq;
 } DrawTileSprites;
 
 // Iterate through all DrawTileSeqStructs in DrawTileSprites.