Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
b03489a43c
23 changed files with 332 additions and 173 deletions
|
|
@ -1216,6 +1216,10 @@ int R_FindCustomTranslation(const char *name)
|
|||
{
|
||||
return TRANSLATION(TRANSLATION_Standard, 7);
|
||||
}
|
||||
else if (!stricmp(name, "None"))
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
int *t = customTranslationMap.CheckKey(FName(name, true));
|
||||
return (t != nullptr)? *t : -1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue