Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 12, 2009, 7:08:51 PM (14 years ago)
Author:
landauf
Message:

warnings -= 2

File:
1 edited

Legend:

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

    r6327 r6328  
    115115        {
    116116            if (this->getShip()->hasLocalController())
    117                 this->steeringDirectionZ_ = this->getDirection().z;
     117                this->steeringDirectionZ_ = (int)this->getDirection().z;
    118118            if (GameMode::isMaster())
    119119            {
Note: See TracChangeset for help on using the changeset viewer.