diff --git a/src/g_mapinfo.cpp b/src/g_mapinfo.cpp index 0481c1784..951b6a346 100644 --- a/src/g_mapinfo.cpp +++ b/src/g_mapinfo.cpp @@ -2233,7 +2233,7 @@ void G_ParseMapInfo (FString basemapinfo) } if (nindex != 2) { - CommitUMapinfo(&gamedefaults); // UMPAINFOs are collected until a regular MAPINFO is found so that they properly use the base settings. + CommitUMapinfo(&gamedefaults); // UMAPINFOs are collected until a regular MAPINFO is found so that they properly use the base settings. FMapInfoParser parse(nindex == 1 ? FMapInfoParser::FMT_New : FMapInfoParser::FMT_Unknown); level_info_t defaultinfo; parse.ParseMapInfo(lump, gamedefaults, defaultinfo); diff --git a/src/umapinfo.cpp b/src/umapinfo.cpp index b6b435c40..b332a072a 100644 --- a/src/umapinfo.cpp +++ b/src/umapinfo.cpp @@ -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;