mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +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)
|
int ParseUMapInfo(int lumpnum)
|
||||||
{
|
{
|
||||||
P_LoadTranslator("xlat/doom.txt");
|
P_LoadTranslator(gameinfo.translator);
|
||||||
|
|
||||||
FScanner scanner(lumpnum);
|
FScanner scanner(lumpnum);
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
|
|
Loading…
Reference in a new issue