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:
Steve Dudenhoeffer
2004-08-12 03:31:51 +00:00
parent 1335de63b7
commit b41a3631aa
2 changed files with 10 additions and 8 deletions

View File

@ -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) {