Removed the olddeadflag from CPlayer and moved the spawn forward into the PStatus Client Message

This commit is contained in:
Zor
2007-12-28 19:13:24 +00:00
parent 60b3f30ab3
commit e6c8afa5de
5 changed files with 15 additions and 8 deletions

View File

@ -104,6 +104,7 @@ void Client_SetFOV(void*);
void Client_SetFOV_End(void*);
void Client_Object(void*);
void Client_Object_End(void*);
void Client_PStatus(void*);
typedef void (*funEventCall)(void*);
@ -125,6 +126,7 @@ extern int gmsgSetFOV;
extern int gmsgSetFOV_End;
extern int gmsgObject;
extern int gmsgObject_End;
extern int gmsgPStatus;
extern int iFDamage;
extern int iFDeath;