Add missing definitions for ENT_FUNNEL and ENT_SMOKER

This commit is contained in:
Marco Cawthorne 2023-10-24 09:50:59 -07:00
parent 97c2fdd778
commit 75d03f27fe
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -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 */