industry_cmd.c
changeset 2952 58522ed8f0f1
parent 2868 9678db2d90e8
child 2955 24de69e236d2
--- a/industry_cmd.c	Wed Feb 01 06:32:03 2006 +0000
+++ b/industry_cmd.c	Wed Feb 01 07:36:15 2006 +0000
@@ -505,12 +505,12 @@
 {
 	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 @@
 	if (!(_m[tile].m1 & 0x80))
 		return;
 
-	switch(_m[tile].m5) {
+	switch (_m[tile].m5) {
 	case 8:
 		MakeIndustryTileBiggerCase8(tile);
 		break;