This commit is contained in:
parent
6d6468b54a
commit
a663cc0efe
8 changed files with 36 additions and 15 deletions
|
@ -15,10 +15,6 @@
|
|||
#include "triggers\trigger.h"
|
||||
#endif
|
||||
|
||||
#ifndef __TRIGGERS_TLEVEXIT_H__
|
||||
#include "triggers\tlevexit.h"
|
||||
#endif
|
||||
|
||||
#ifndef __TRIGGERS_TRESTART_H__
|
||||
#include "triggers\trestart.h"
|
||||
#endif
|
||||
|
@ -147,7 +143,7 @@ CTrigger *trigger;
|
|||
{
|
||||
// Exit trigger
|
||||
case TRIGGER_EXIT:
|
||||
trigger=(CTrigger*)new ("LevelExitTrigger") CLevelExitTrigger();
|
||||
ASSERT("EXIT TRIGGERS HAVE BEEN REMOVED - HOW DID YOU GET HERE ANYWAY!?");
|
||||
break;
|
||||
|
||||
// Level respawn trigger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue