- 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:
Christoph Oelckers 2009-03-23 17:46:59 +00:00
commit e4da63e9f3
4 changed files with 8 additions and 3 deletions

View file

@ -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);
}