String handling adjustments for PR #564
This commit is contained in:
@@ -2047,11 +2047,6 @@ 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);
|
||||
|
Reference in New Issue
Block a user