We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c37d1 commit e7f1881Copy full SHA for e7f1881
1 file changed
code/ship/ship.cpp
@@ -16432,6 +16432,7 @@ int ship_do_rearm_frame( object *objp, float frametime )
16432
swp->secondary_bank_ammo[i] = swp->secondary_bank_start_ammo[i];
16433
}
16434
use_mission_rearm_pool_for_weapon(weapon_class, swp->secondary_bank_ammo[i] - prev_ammo, shipp->team);
16435
+ }
16436
} else {
16437
banks_full++;
16438
0 commit comments