fixed bugs in dod_get_user_weapon

This commit is contained in:
Lukasz Wlasinksi
2004-07-30 15:20:40 +00:00
parent c6c95f2443
commit 1551f500e3
4 changed files with 79 additions and 41 deletions

View File

@ -69,6 +69,9 @@ int gmsgTeamScore;
int gmsgScoreShort;
int gmsgPTeam;
int gmsgAmmoX;
int gmsgAmmoShort;
RankSystem g_rank;
Grenades g_grenades;
@ -100,6 +103,9 @@ struct sUserMsg {
{ "ScoreShort",&gmsgScoreShort,NULL,false },
{ "PTeam",&gmsgPTeam,NULL,false },
{ "AmmoX",&gmsgAmmoX,Client_AmmoX,false},
{ "AmmoShort",&gmsgAmmoShort,Client_AmmoShort,false},
{ 0,0,0,false }
};