(svn r19126) -Codechange: Silence a warning.

pull/155/head
frosch 15 years ago
parent 9d5a8b851b
commit 09ce2f49b5

@ -1809,7 +1809,7 @@ static void PlaceInitialIndustry(IndustryType type, bool try_hard)
IncreaseGeneratingWorldProgress(GWP_INDUSTRY);
for (uint i = 0; i < (try_hard ? 10000 : 2000); i++) {
for (uint i = 0; i < (try_hard ? 10000u : 2000u); i++) {
if (CreateNewIndustry(RandomTile(), type) != NULL) break;
}

Loading…
Cancel
Save