* Gets the x position of the projectile. */
| 150 | * Gets the x position of the projectile. |
| 151 | */ |
| 152 | int CraftWeaponProjectile::getHorizontalPosition() const |
| 153 | { |
| 154 | return _horizontalPosition; |
| 155 | } |
| 156 | |
| 157 | /* |
| 158 | * Marks the projectile to be removed. |