mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- load translator from gameinfo instead of Doom for UMAPINFO
This commit is contained in:
parent
340f1fce30
commit
a5ded11994
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ static int ParseMapEntry(FScanner &scanner, UMapEntry *val)
|
|||
|
||||
int ParseUMapInfo(int lumpnum)
|
||||
{
|
||||
P_LoadTranslator("xlat/doom.txt");
|
||||
P_LoadTranslator(gameinfo.translator);
|
||||
|
||||
FScanner scanner(lumpnum);
|
||||
unsigned int i;
|
||||
|
|
Loading…
Reference in a new issue