From 75d03f27fec6f41718464a3db355fa615a444518 Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Tue, 24 Oct 2023 09:50:59 -0700 Subject: [PATCH] Add missing definitions for ENT_FUNNEL and ENT_SMOKER --- src/shared/entities.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shared/entities.h b/src/shared/entities.h index 9c3a74fd..f15d84ea 100644 --- a/src/shared/entities.h +++ b/src/shared/entities.h @@ -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 */