Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 16, 2008, 7:46:31 PM (15 years ago)
Author:
landauf
Message:

backlights work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation/src/orxonox/objects/items/MultiStateEngine.cc

    r2485 r2488  
    9595
    9696                const Vector3& direction = this->getDirection();
    97                 const Vector3& velocity = this->getShip()->getVelocity();
     97                const Vector3& velocity = this->getShip()->getLocalVelocity();
    9898
    9999                bool forward = (direction.z < 0 && velocity.z < -FORWARD_EFFECT_VELOCITY_THRESHOLD);
     
    123123            }
    124124
    125             if (this->getShip()->hasLocalController() || Core::isMaster())
     125            if (Core::isMaster())
    126126            {
    127127                for (std::list<WorldEntity*>::const_iterator it = this->activeEffects_.begin(); it != this->activeEffects_.end(); ++it)
Note: See TracChangeset for help on using the changeset viewer.