Update to 12.0-beta1
This commit is contained in:
+1
-3
@@ -600,9 +600,7 @@ static char *MakeCzechTownName(char *buf, const char *last, uint32 seed)
|
||||
return strecpy(buf, _name_czech_real[SeedModChance(4, lengthof(_name_czech_real), seed)], last);
|
||||
}
|
||||
|
||||
#ifdef WITH_ASSERT
|
||||
const char *orig = buf;
|
||||
#endif
|
||||
[[maybe_unused]] const char *orig = buf;
|
||||
|
||||
/* Probability of prefixes/suffixes
|
||||
* 0..11 prefix, 12..13 prefix+suffix, 14..17 suffix, 18..31 nothing */
|
||||
|
||||
Reference in New Issue
Block a user