Compile warning fix for Rewolf.
This commit is contained in:
parent
e79a03b5b8
commit
9d6611c928
1 changed files with 5 additions and 1 deletions
|
@ -238,7 +238,11 @@ w_fists_wmodel(void)
|
|||
string
|
||||
w_fists_pmodel(void)
|
||||
{
|
||||
return "";
|
||||
/* if (pl.a_ammo3 == HS_KNIFE) {
|
||||
return "";
|
||||
} else {
|
||||
return "";
|
||||
}*/
|
||||
}
|
||||
|
||||
string
|
||||
|
|
Loading…
Reference in a new issue