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:
@ -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 }
|
||||
};
|
||||
|
Reference in New Issue
Block a user