- Added the two definitions to actor.txt.

This commit is contained in:
MajorCooke 2014-12-18 09:46:19 -06:00
parent 2747f9a9f3
commit c6fd4c5aaf
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ ACTOR Actor native //: Thinker
DesignatedTeam 255 DesignatedTeam 255
PainType Normal PainType Normal
DeathType Normal DeathType Normal
TeleFogSourceType "TeleportFog"
TeleFogDestType "TeleportFog"
// Variables for the expression evaluator // Variables for the expression evaluator
// NOTE: fixed_t and angle_t are only used here to ensure proper conversion // NOTE: fixed_t and angle_t are only used here to ensure proper conversion