@@ -288,45 +288,6 @@ int Com_HashKey( char *string, int maxlen )
288288/*
289289============================================================================
290290
291- q_shared.h-enum to name conversion
292-
293- ============================================================================
294- */
295-
296- const char *Com_EntityTypeName (entityType_t entityType)
297- {
298- switch (entityType)
299- {
300- case entityType_t::ET_GENERAL: return " GENERAL" ;
301- case entityType_t::ET_PLAYER: return " PLAYER" ;
302- case entityType_t::ET_ITEM: return " ITEM" ;
303- case entityType_t::ET_BUILDABLE: return " BUILDABLE" ;
304- case entityType_t::ET_LOCATION: return " LOCATION" ;
305- case entityType_t::ET_MISSILE: return " MISSILE" ;
306- case entityType_t::ET_MOVER: return " MOVER" ;
307- case entityType_t::ET_PORTAL: return " PORTAL" ;
308- case entityType_t::ET_SPEAKER: return " SPEAKER" ;
309- case entityType_t::ET_PUSHER: return " PUSHER" ;
310- case entityType_t::ET_TELEPORTER: return " TELEPORTER" ;
311- case entityType_t::ET_INVISIBLE: return " INVISIBLE" ;
312- case entityType_t::ET_FIRE: return " FIRE" ;
313- case entityType_t::ET_CORPSE: return " CORPSE" ;
314- case entityType_t::ET_PARTICLE_SYSTEM: return " PARTICLE_SYSTEM" ;
315- case entityType_t::ET_ANIMMAPOBJ: return " ANIMMAPOBJ" ;
316- case entityType_t::ET_MODELDOOR: return " MODELDOOR" ;
317- case entityType_t::ET_LIGHTFLARE: return " LIGHTFLARE" ;
318- case entityType_t::ET_LEV2_ZAP_CHAIN: return " LEV2_ZAP_CHAIN" ;
319- case entityType_t::ET_BEACON: return " BEACON" ;
320- default :
321- if (entityType >= entityType_t::ET_EVENTS)
322- return " EVENT" ;
323- return nullptr ;
324- }
325- }
326-
327- /*
328- ============================================================================
329-
330291PARSING
331292
332293============================================================================
0 commit comments