This commit is contained in:
Paul 2001-06-11 18:24:32 +00:00
parent 6d6468b54a
commit a663cc0efe
8 changed files with 36 additions and 15 deletions

View file

@ -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