dai_choose_paratrooper() never setting num_requirements above zero
dai_choose_paratrooper() has a variable num_requirements, initialized to zero. No other value ever gets assigned to it. There's functionality that would be triggered for higher values (iterations that currently are completely bypassed)
dai_choose_paratrooper() has a variable num_requirements, initialized to zero. No other value ever gets assigned to it. There's functionality that would be triggered for higher values (iterations that currently are completely bypassed)