This commit is contained in:
parent
650f284e4a
commit
0ff14a08b7
14 changed files with 161 additions and 7 deletions
|
@ -39,6 +39,10 @@
|
|||
#include "triggers\tplatfrm.h"
|
||||
#endif
|
||||
|
||||
#ifndef __TRIGGERS_TGARYGO_H__
|
||||
#include "triggers\tgarygo.h"
|
||||
#endif
|
||||
|
||||
#ifndef __GAME_GAME_H__
|
||||
#include "game\game.h"
|
||||
#endif
|
||||
|
@ -81,6 +85,11 @@ CTrigger *trigger;
|
|||
trigger=(COutOfWaterTrigger*)new ("OutOfWaterTrigger") COutOfWaterTrigger();
|
||||
break;
|
||||
|
||||
// Gary start trigger
|
||||
case TRIGGER_GARYSTART:
|
||||
trigger=(CGaryStartTrigger*)new( "GaryStartTrigger") CGaryStartTrigger();
|
||||
break;
|
||||
|
||||
case TRIGGER_PLATFORM:
|
||||
trigger = (CPlatformTrigger*)new ("PlatformTrigger") CPlatformTrigger();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue