(svn r3511) More whitespace ([FS#46] by Rubidium)

This commit is contained in:
tron
2006-02-01 07:36:15 +00:00
parent 9712d6f639
commit 1c3e8630fe
59 changed files with 321 additions and 320 deletions

View File

@@ -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;