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

@ -52,6 +52,7 @@ struct weapon_t {
bool melee;
char logname[16];
char name[32];
int ammoSlot;
};
extern bool rankBots;
@ -64,6 +65,8 @@ void Client_ResetHUD_End(void*);
void Client_ObjScore(void*);
void Client_TeamScore(void*);
void Client_RoundState(void*);
void Client_AmmoX(void*);
void Client_AmmoShort(void*);
typedef void (*funEventCall)(void*);