added to register_message

This commit is contained in:
David Anderson
2004-04-21 21:18:42 +00:00
parent f8f553d485
commit f51ca46646
3 changed files with 10 additions and 6 deletions

View File

@ -986,10 +986,12 @@ public:
return argcount;
}
int msg_dest;
int target;
private:
int argcount;
int msgID;
int msg_dest;
const float *pOrigin;
edict_t *v;
argStack *CHeadArg;