[Feature] Added station viewport tooltips.

This commit is contained in:
RoqueDeicide
2023-07-01 22:59:00 +04:00
parent 1071235aee
commit 5af7be6d17
7 changed files with 99 additions and 0 deletions

View File

@@ -2046,6 +2046,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);