Compile warning fix for Rewolf.

This commit is contained in:
Marco Cawthorne 2020-03-03 22:45:48 +01:00
parent e79a03b5b8
commit 9d6611c928

View file

@ -238,7 +238,11 @@ w_fists_wmodel(void)
string
w_fists_pmodel(void)
{
return "";
/* if (pl.a_ammo3 == HS_KNIFE) {
return "";
} else {
return "";
}*/
}
string