summaryrefslogtreecommitdiff
path: root/table/landscape_sprite.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-09-12 21:49:38 +0000
committerdarkvater <darkvater@openttd.org>2004-09-12 21:49:38 +0000
commite295e46e3eccd58626ce2b02aab24b96c025636b (patch)
tree849dacad3729ee4bbd27669505a1932ca301592d /table/landscape_sprite.h
parent1b498bca57457a5f46cc43baef225687e312692b (diff)
downloadopenttd-e295e46e3eccd58626ce2b02aab24b96c025636b.tar.xz
(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
Diffstat (limited to 'table/landscape_sprite.h')
-rw-r--r--table/landscape_sprite.h4
1 files changed, 2 insertions, 2 deletions
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,