ChillPP: Add support for loading compatible linkgraph settings

This commit is contained in:
Jonathan G Rennison
2020-01-03 18:54:44 +00:00
parent 8176da3f62
commit 6f75d9119d
4 changed files with 52 additions and 4 deletions

View File

@@ -1532,6 +1532,11 @@ static int OrderTownGrowthRate(uint nth)
/* Begin - xref conversion callbacks */
static int64 LinkGraphDistModeXrefChillPP(int64 val)
{
return val ^ 2;
}
/* End - xref conversion callbacks */
/**