- 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
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue