summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-01-16 20:51:35 +0000
committerfrosch <frosch@openttd.org>2010-01-16 20:51:35 +0000
commitc07c7a3818ed77649825ecfde3fe8ca7dc68c2ac (patch)
tree3cecabeebc78ffadc360aadd22efc6be54ae2f87 /src/station_cmd.cpp
parent251ffaa000b66821ba3133db154336ab847f57b9 (diff)
downloadopenttd-c07c7a3818ed77649825ecfde3fe8ca7dc68c2ac.tar.xz
(svn r18832) -Fix: some indentation whitespace.
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r--src/station_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp
index f0191cf19..721bf9d2f 100644
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -2470,7 +2470,7 @@ static void DrawTile_Station(TileInfo *ti)
*/
void DrawStationTileSeq(const TileInfo *ti, const DrawTileSprites *dts, TransparencyOption to, int32 total_offset, uint32 relocation, SpriteID default_palette)
{
- const DrawTileSeqStruct *dtss;
+ const DrawTileSeqStruct *dtss;
foreach_draw_tile_seq(dtss, dts->seq) {
SpriteID image = dtss->image.sprite;