Add missing definitions for ENT_FUNNEL and ENT_SMOKER
This commit is contained in:
parent
97c2fdd778
commit
75d03f27fe
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ typedef enum
|
|||
ENT_PORTAL, /**< of type NSPortal */
|
||||
ENT_AMBIENTSOUND, /**< of type ambient_generic */
|
||||
ENT_BEAM, /**< of type env_beam */
|
||||
ENT_FUNNEL, /**< of type env_funnel */
|
||||
ENT_SMOKER, /**< of type env_smoker */
|
||||
ENT_DLIGHT, /**< of type light_dynamic */
|
||||
ENT_PROJECTEDTEXTURE, /**< of type env_projectedtexture */
|
||||
ENT_SPOTLIGHT, /**< of type point_spotlight */
|
||||
|
|
Loading…
Reference in a new issue