Fix for amb437

dod_set_user_kills & dod_set_user_score no longer have the dead scoreboard class side effect.

dod_set_pl_deaths comment has been updated to reflect the side effect.
This commit is contained in:
Steve Dudenhoeffer
2007-08-03 17:35:12 +00:00
parent c5e36a4e3c
commit 2bc6d965f6
4 changed files with 23 additions and 1 deletions

View File

@ -56,6 +56,8 @@ int gmsgScoreShort;
int gmsgPTeam;
int gmsgInitObj;
int gmsgSetObj;
int gmsgFrags;
int gmsgObjScore;
struct sUserMsg {
const char* name;
@ -68,6 +70,8 @@ struct sUserMsg {
{ "ScoreShort",&gmsgScoreShort,NULL,false },
{ "PTeam",&gmsgPTeam,NULL,false },
{ "SetObj",&gmsgSetObj,Client_SetObj,false },
{ "Frags",&gmsgFrags,NULL,false },
{ "ObjScore", &gmsgObjScore, NULL, false },
{ 0,0,0,false }
};