diff options
author | rubidium <rubidium@openttd.org> | 2009-01-09 22:48:57 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-01-09 22:48:57 +0000 |
commit | c08f520acf61f85f84e9bdb1dad8172d2c29a48b (patch) | |
tree | 5a709fc9741c4803e6ab373af4f5299d4fd95099 /src/table | |
parent | 5fc7fe9648b8f6c4f2d361e8cc4958ac34402a75 (diff) | |
download | openttd-c08f520acf61f85f84e9bdb1dad8172d2c29a48b.tar.xz |
(svn r14943) -Cleanup: remove some rogue spaces/replace some rogue tabs with spaces
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/sprites.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h index d3091e41c..31f59134a 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -145,7 +145,7 @@ enum Sprites { AQUEDUCT_SPRITE_COUNT = 8, /* Sprites for 'highlighting' tracks on sloped land. */ - SPR_TRACKS_FOR_SLOPES_BASE = SPR_AQUEDUCT_BASE + AQUEDUCT_SPRITE_COUNT, + SPR_TRACKS_FOR_SLOPES_BASE = SPR_AQUEDUCT_BASE + AQUEDUCT_SPRITE_COUNT, SPR_TRACKS_FOR_SLOPES_RAIL_BASE = SPR_TRACKS_FOR_SLOPES_BASE + 0, SPR_TRACKS_FOR_SLOPES_MONO_BASE = SPR_TRACKS_FOR_SLOPES_BASE + 4, SPR_TRACKS_FOR_SLOPES_MAGLEV_BASE = SPR_TRACKS_FOR_SLOPES_BASE + 8, |