weapon logging support

This commit is contained in:
Lukasz Wlasinksi
2004-06-25 12:21:47 +00:00
parent a9c5228c31
commit 6d8f61c4e0
5 changed files with 65 additions and 47 deletions

View File

@ -92,7 +92,7 @@ enum {
struct weaponsVault {
char* name;
char fullName[32];
char* logName;
short int ammoSlot;
bool melee;
};