Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 3, 2016, 8:47:51 PM (8 years ago)
Author:
landauf
Message:

fixed compiler error (MSVC): static members with non-integral type must be initialized in the .cc file
using upper-case letters for constants.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationHS15/src/orxonox/controllers/FightingController.cc

    r11026 r11028  
    206206            return false;
    207207        Vector3 newPositionOfTarget = getPredictedPosition(this->getControllableEntity()->getWorldPosition(),
    208                                                            hardcoded_projectile_speed, this->target_->getWorldPosition(),
     208                                                           HARDCODED_PROJECTILE_SPEED, this->target_->getWorldPosition(),
    209209                                                           this->target_->getVelocity());
    210210        if (!this->target_ || !this->getControllableEntity())
Note: See TracChangeset for help on using the changeset viewer.