This commit is contained in:
parent
1282474508
commit
989616b543
11 changed files with 26 additions and 2 deletions
|
@ -167,6 +167,10 @@
|
|||
#include "triggers\tlook.h"
|
||||
#endif
|
||||
|
||||
#ifndef __TRIGGERS_TBUTTFLY_H__
|
||||
#include "triggers\tbuttfly.h"
|
||||
#endif
|
||||
|
||||
#ifndef __GAME_GAME_H__
|
||||
#include "game\game.h"
|
||||
#endif
|
||||
|
@ -435,6 +439,10 @@ CTrigger *trigger;
|
|||
trigger = (CLookTrigger*)new("LookTrigger") CLookTrigger();
|
||||
break;
|
||||
|
||||
case TRIGGER_BUTTERFLY_ON:
|
||||
trigger = (CButterflyTrigger*)new("ButterflyTrigger") CButterflyTrigger();
|
||||
break;
|
||||
|
||||
default:
|
||||
trigger=NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue