This commit is contained in:
Charles 2001-06-05 14:38:11 +00:00
parent 23e8426dfb
commit 78fb74603d
7 changed files with 44 additions and 22 deletions

View file

@ -357,7 +357,7 @@ void CThingManager::matchGaryTriggers()
while( trigger )
{
if ( trigger->getThingSubType() == CTrigger::TRIGGER_GARYSTART )
if ( trigger->getThingSubType() == CTrigger::TRIGGER_GARY_START )
{
CGaryStartTrigger *garyTrigger = (CGaryStartTrigger *) trigger;