From e295e46e3eccd58626ce2b02aab24b96c025636b Mon Sep 17 00:00:00 2001 From: darkvater Date: Sun, 12 Sep 2004 21:49:38 +0000 Subject: (svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron for your diligent fixing of warnings (and some possibly bugs) (Tron) -CodeLayout: Remove trailing spaces and Windows linebreaks --- table/landscape_sprite.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'table/landscape_sprite.h') diff --git a/table/landscape_sprite.h b/table/landscape_sprite.h index c96445aba..4dacee426 100644 --- a/table/landscape_sprite.h +++ b/table/landscape_sprite.h @@ -132,7 +132,7 @@ static const SpriteID _landscape_spriteindexes_3[] = { }; -/* Slope graphics indexes temperate climate +/* Slope graphics indexes temperate climate Skip first 3 sprites and only load the proper set */ static const SpriteID _slopes_spriteindexes_0[] = { 0xfffe, 3, @@ -148,7 +148,7 @@ static const SpriteID _slopes_spriteindexes_1[] = { 0xffff, }; -/* Slope graphics indexes tropical climate +/* Slope graphics indexes tropical climate Skip first 155 sprites and only load the proper set */ static const SpriteID _slopes_spriteindexes_2[] = { 0xfffe, 155, -- cgit v1.2.3-54-g00ecf