- 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

@ -259,7 +259,7 @@ void level_info_t::Reset()
intermusicorder = 0;
SoundInfo = "";
SndSeq = "";
strcpy (bordertexture, gameinfo.borderFlat);
bordertexture[0] = 0;
teamdamage = 0.f;
specialactions.Clear();
}