(svn r20281) -Codechange: unify case scope closure + break coding style
This commit is contained in:
@@ -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