diff --git a/engine/common/world.c b/engine/common/world.c index 592c39db..9ed7f082 100644 --- a/engine/common/world.c +++ b/engine/common/world.c @@ -20,16 +20,6 @@ GNU General Public License for more details. #include "xash3d_mathlib.h" #include "studio.h" -// just for debug -const char *et_name[] = -{ - "normal", - "player", - "tempentity", - "beam", - "fragmented", -}; - /* ===============================================================================