- changed storage of lump and texture names in gameinfo to allow long names (with the exception of view border elements.)
This commit is contained in:
parent
e718a72b4d
commit
a05e62f3f7
9 changed files with 29 additions and 31 deletions
|
|
@ -104,7 +104,7 @@ void DIntermissionScreen::Init(FIntermissionAction *desc, bool first)
|
|||
}
|
||||
else
|
||||
{
|
||||
texname = gameinfo.titlePage;
|
||||
texname = gameinfo.TitlePage.GetChars();
|
||||
}
|
||||
}
|
||||
else if (*texname == '$')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue