fix missing make_vectors call in wep_fire_lightning

master
an 2019-09-20 23:32:22 -04:00
parent bdb67729dd
commit a8248b16a6
1 changed files with 2 additions and 0 deletions

View File

@ -414,6 +414,8 @@ void() wep_fire_lightning = {
vector org;
float cells;
make_vectors(self.v_angle);
if(self.ammo_cells < 1) {
self.weapon = wep_best_weapon();
wep_set_current_ammo();