Update 4 id1, hipnotic, mg1, and rogue source

This commit is contained in:
Mike Rubits
2022-08-18 15:18:32 -05:00
parent bebf782915
commit 7bcbd29c99
14 changed files with 149 additions and 12 deletions

View File

@@ -115,7 +115,7 @@ void() multi_touch =
// if the trigger has an angles field, check player's facing direction
if (self.movedir != '0 0 0')
{
makevectorsfixed(other.angles);
makevectors(other.angles);
if (v_forward * self.movedir < 0)
return; // not facing the right way
}