Merge branch 'tooltip_extension' into jgrpp

This commit is contained in:
RoqueDeicide
2023-07-03 19:59:29 +04:00
9 changed files with 542 additions and 45 deletions

View File

@@ -2047,6 +2047,11 @@ static char *StationGetSpecialString(char *buff, int x, const char *last)
return buff;
}
char *StationGetSpecialStringExternal(char *buff, int x, const char *last)
{
return StationGetSpecialString(buff, x, last);
}
static char *GetSpecialTownNameString(char *buff, int ind, uint32 seed, const char *last)
{
return GenerateTownNameString(buff, last, ind, seed);