(svn r20281) -Codechange: unify case scope closure + break coding style
This commit is contained in:
@@ -699,7 +699,8 @@ bool AfterLoadGame()
|
||||
return false;
|
||||
}
|
||||
SB(_m[t].m6, 3, 3, st);
|
||||
} break;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1530,7 +1530,8 @@ static bool LoadTTDPatchExtraChunks(LoadgameState *ls, int num)
|
||||
|
||||
/* Append static NewGRF configuration */
|
||||
AppendStaticGRFConfigs(&_grfconfig);
|
||||
} break;
|
||||
break;
|
||||
}
|
||||
|
||||
/* TTDPatch version and configuration */
|
||||
case 0x3:
|
||||
|
Reference in New Issue
Block a user