Unbreak against latest Nuclide
This commit is contained in:
parent
d8b8152b13
commit
2e74daf910
2 changed files with 5 additions and 4 deletions
|
@ -72,6 +72,7 @@ struct
|
|||
int m_iHUDWeaponSelected;
|
||||
float m_flHUDWeaponSelectTime;
|
||||
int m_iItemsOld;
|
||||
float m_flTitleAlpha;
|
||||
|
||||
float m_flDamageIndicator;
|
||||
} g_seatslocal[4], *pSeatLocal;
|
||||
|
|
|
@ -37,11 +37,11 @@ w_grapple_precache(void)
|
|||
precache_sound("weapons/bgrapple_wait.wav");
|
||||
precache_model("sprites/_tongue.spr");
|
||||
precache_model("sprites/tongue.spr");
|
||||
precache_model("models/w_bgrap.mdl");
|
||||
precache_model("models/w_ghook.mdl");
|
||||
#else
|
||||
precache_model("models/v_ghook.mdl");
|
||||
precache_model("models/v_bgrap_tonguetip.mdl");
|
||||
precache_model("models/p_bgrap.mdl");
|
||||
precache_model("models/p_ghook.mdl");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@ -54,13 +54,13 @@ w_grapple_updateammo(player pl)
|
|||
string
|
||||
w_grapple_wmodel(void)
|
||||
{
|
||||
return "models/w_bgrap.mdl";
|
||||
return "models/g_ghook.mdl";
|
||||
}
|
||||
|
||||
string
|
||||
w_grapple_pmodel(player pl)
|
||||
{
|
||||
return "models/p_bgrap.mdl";
|
||||
return "models/p_ghook.mdl";
|
||||
}
|
||||
|
||||
string
|
||||
|
|
Loading…
Reference in a new issue