* Set the boolean flag to angle a blaster bomb towards the floor. */
| 673 | * Set the boolean flag to angle a blaster bomb towards the floor. |
| 674 | */ |
| 675 | void ProjectileFlyBState::targetFloor() |
| 676 | { |
| 677 | _targetFloor = true; |
| 678 | } |
| 679 | |
| 680 | void ProjectileFlyBState::performMeleeAttack() |
| 681 | { |