This commit is contained in:
parent
7a35e6eebd
commit
41e16d27a1
11 changed files with 69 additions and 33 deletions
|
@ -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]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue