We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c9d3e commit ce52928Copy full SHA for ce52928
1 file changed
code/ship/ship.cpp
@@ -16471,6 +16471,7 @@ int ship_do_rearm_frame( object *objp, float frametime )
16471
swp->secondary_bank_ammo[i] = swp->secondary_bank_start_ammo[i];
16472
}
16473
use_mission_rearm_pool_for_weapon(weapon_class, swp->secondary_bank_ammo[i] - prev_ammo, shipp->team);
16474
+ }
16475
} else {
16476
banks_full++;
16477
0 commit comments