Only use more specific texts for money sending where available
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user