* Set the origin voxel, used for the blaster launcher. * @param pos the origin voxel. */
| 665 | * @param pos the origin voxel. |
| 666 | */ |
| 667 | void ProjectileFlyBState::setOriginVoxel(Position pos) |
| 668 | { |
| 669 | _originVoxel = pos; |
| 670 | } |
| 671 | |
| 672 | /** |
| 673 | * Set the boolean flag to angle a blaster bomb towards the floor. |