Only use more specific texts for money sending where available

This commit is contained in:
Jonathan G Rennison
2021-01-31 01:20:44 +00:00
parent d978ffcb59
commit 082d9021d0
2 changed files with 13 additions and 4 deletions

View File

@@ -718,6 +718,11 @@ void SetCurrentGrfLangID(byte language_id)
_currentLangID = language_id;
}
byte GetCurrentGrfLangID()
{
return _currentLangID;
}
bool CheckGrfLangID(byte lang_id, byte grf_version)
{
if (grf_version < 7) {