Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7100 in orxonox.OLD


Ignore:
Timestamp:
Feb 7, 2006, 6:01:06 PM (18 years ago)
Author:
patrick
Message:

trunk: orientation fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/playable.cc

    r7099 r7100  
    163163//     this->toList(OM_GROUP_00);
    164164    this->setAbsCoor(213.37, 57.71, -47.98);
    165     this->setAbsDirPlay(0, 0, 1, 0);
     165    this->setAbsDir(0, 0, 1, 0);
    166166  }
    167167  else
     
    169169//     this->toList(OM_GROUP_01);
    170170    this->setAbsCoor(-314.450, 40.701, 83.554);
    171     this->setAbsDirPlay(1.0, -0.015, -0.012, 0.011);
     171    this->setAbsDir(1.0, -0.015, -0.012, 0.011);
    172172  }
    173173}
Note: See TracChangeset for help on using the changeset viewer.