summaryrefslogtreecommitdiff
path: root/industry_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-02-01 07:36:15 +0000
committertron <tron@openttd.org>2006-02-01 07:36:15 +0000
commit84fb96fe85e75b038b527471428189170021f8b7 (patch)
treea7d69d6390e8880d090f15560161694c3ce6126d /industry_cmd.c
parent22dc05faf2219f6e3803f9cbff92249823bb11eb (diff)
downloadopenttd-84fb96fe85e75b038b527471428189170021f8b7.tar.xz
(svn r3511) More whitespace ([FS#46] by Rubidium)
Diffstat (limited to 'industry_cmd.c')
-rw-r--r--industry_cmd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/industry_cmd.c b/industry_cmd.c
index 4883e2078..b74c9233f 100644
--- a/industry_cmd.c
+++ b/industry_cmd.c
@@ -505,12 +505,12 @@ static void AnimateTile_Industry(TileIndex tile)
{
byte m,n;
- switch(_m[tile].m5) {
+ switch (_m[tile].m5) {
case 174:
if ((_tick_counter & 1) == 0) {
m = _m[tile].m3 + 1;
- switch(m & 7) {
+ switch (m & 7) {
case 2: SndPlayTileFx(SND_2D_RIP_2, tile); break;
case 6: SndPlayTileFx(SND_29_RIP, tile); break;
}
@@ -685,7 +685,7 @@ static void MakeIndustryTileBigger(TileIndex tile, byte size)
if (!(_m[tile].m1 & 0x80))
return;
- switch(_m[tile].m5) {
+ switch (_m[tile].m5) {
case 8:
MakeIndustryTileBiggerCase8(tile);
break;