mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-10 07:11:51 +00:00
This should not be on by default
This commit is contained in:
parent
357501cad0
commit
c4c66161c5
1 changed files with 1 additions and 1 deletions
|
@ -705,7 +705,7 @@ void() player_assaultcannon1 =[$nailatt1, player_assaultcannon2 ]
|
|||
st = "20";
|
||||
stuffcmd(self, st);
|
||||
stuffcmd(self, "\n");
|
||||
#else
|
||||
#elifdef ASSCAN_JERK
|
||||
self.v_angle_x -= (random () + 0.5);
|
||||
self.v_angle_y -= ((random () * 0.6) - 0.3);
|
||||
|
||||
|
|
Loading…
Reference in a new issue