Updates on Null function table
Renamed: - VelocityByAim->velocity_by_aim - RadiusDamage->radius_damage - PointContents->point_contents Backwards compatibility stocks will be included. Made precache_event a little bit more... logical.
This commit is contained in:
@ -120,7 +120,6 @@ qboolean Voice_SetClientListening(int iReceiver, int iSender, qboolean bListen)
|
||||
|
||||
int AddToFullPack(struct entity_state_s *state, int e, edict_t *ent, edict_t *host, int hostflags, int player, unsigned char *pSet)
|
||||
{
|
||||
sprintf("%s called\n",__FUNCTION__);
|
||||
if(ent == host) {
|
||||
if(FStrEq(STRING(ent->v.classname), "player")) {
|
||||
if(plinfo[ENTINDEX(ent)].iViewType != CAMERA_NONE) {
|
||||
|
Reference in New Issue
Block a user