This commit is contained in:
Paul 2001-06-11 23:30:23 +00:00
parent 7a35e6eebd
commit 41e16d27a1
11 changed files with 69 additions and 33 deletions

View file

@ -407,8 +407,7 @@ void CLevel::initThings(int _respawningLevel)
TriggerList=(sThingTrigger*)MakePtr(Hdr,sizeof(sThingHdr));
for(int i=0;i<TriggerCount;i++)
{
if (TriggerList[i].Type!=CTrigger::TRIGGER_CAMLOCK&&
TriggerList[i].Type!=CTrigger::TRIGGER_EXIT)
if (TriggerList[i].Type!=CTrigger::TRIGGER_CAMLOCK)
{
CTrigger::Create(&TriggerList[i]);
}