From 0b936c3222b3945f738885c6c7db3b46363ec6fe Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 22 Oct 2005 06:39:32 +0000 Subject: (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in comments, excess empty lines, minor other changes nothing spectacular, just some stuff, which piled up --- sprite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sprite.h') diff --git a/sprite.h b/sprite.h index 45f14a271..877e3c9e8 100644 --- a/sprite.h +++ b/sprite.h @@ -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. -- cgit v1.2.3-54-g00ecf