- Changed: Making the gameinfo customizable by MAPINFO requires different
checks for map specific border flats. - fixed intermission music for Doom 1. SVN r1501 (trunk)
This commit is contained in:
parent
9fdbf29cb1
commit
e4da63e9f3
4 changed files with 8 additions and 3 deletions
|
|
@ -1823,7 +1823,7 @@ void R_DrawBorder (int x1, int y1, int x2, int y2)
|
|||
{
|
||||
FTextureID picnum;
|
||||
|
||||
if (level.info != NULL)
|
||||
if (level.info != NULL && level.info->bordertexture[0] != 0)
|
||||
{
|
||||
picnum = TexMan.CheckForTexture (level.info->bordertexture, FTexture::TEX_Flat);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue