- Added Gez's thing activation submission.
SVN r1904 (trunk)
This commit is contained in:
parent
19ef8399a8
commit
819158a8fe
9 changed files with 131 additions and 55 deletions
|
|
@ -465,6 +465,9 @@ static int ParseThingActivation (FScanner &sc)
|
|||
{ "THINGSPEC_ClearSpecial", THINGSPEC_ClearSpecial},
|
||||
{ "THINGSPEC_NoDeathSpecial", THINGSPEC_NoDeathSpecial},
|
||||
{ "THINGSPEC_TriggerActs", THINGSPEC_TriggerActs},
|
||||
{ "THINGSPEC_Activate", THINGSPEC_Activate},
|
||||
{ "THINGSPEC_Deactivate", THINGSPEC_Deactivate},
|
||||
{ "THINGSPEC_Switch", THINGSPEC_Switch},
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue