- load Doom translations when parsing UMAPINFO in order to activate the correct boss specials
- one typo (only on a comment) change
This commit is contained in:
parent
8f7ca00d19
commit
340f1fce30
2 changed files with 3 additions and 1 deletions
|
|
@ -332,6 +332,8 @@ static int ParseMapEntry(FScanner &scanner, UMapEntry *val)
|
|||
|
||||
int ParseUMapInfo(int lumpnum)
|
||||
{
|
||||
P_LoadTranslator("xlat/doom.txt");
|
||||
|
||||
FScanner scanner(lumpnum);
|
||||
unsigned int i;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue