Client: Remove duplicate g_specmodes[] definition
This commit is contained in:
parent
3e479db7dc
commit
75e1228f60
2 changed files with 4 additions and 6 deletions
|
@ -572,12 +572,6 @@ HUD_Draw(void)
|
|||
Damage_Draw();
|
||||
}
|
||||
|
||||
string g_specmodes[] = {
|
||||
"Free Camera",
|
||||
"Third Person",
|
||||
"First Person"
|
||||
};
|
||||
|
||||
/* specatator main entry */
|
||||
void
|
||||
HUD_DrawSpectator(void)
|
||||
|
|
|
@ -86,6 +86,10 @@ void
|
|||
item_backpack::item_backpack(void)
|
||||
{
|
||||
botinfo = BOTINFO_AMMO;
|
||||
ammo_shells = 0;
|
||||
ammo_nails = 0;
|
||||
ammo_rockets = 0;
|
||||
ammo_cells = 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue