Changeset 7099 in orxonox.OLD
- Timestamp:
- Feb 7, 2006, 5:57:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/playable.cc
r7098 r7099 163 163 // this->toList(OM_GROUP_00); 164 164 this->setAbsCoor(213.37, 57.71, -47.98); 165 this->setAbsDir (0, 0, 1, 0);165 this->setAbsDirPlay(0, 0, 1, 0); 166 166 } 167 167 else 168 { 168 { // red team 169 169 // this->toList(OM_GROUP_01); 170 170 this->setAbsCoor(-314.450, 40.701, 83.554); 171 this->setAbsDir (M_PI, 0, 1, 0);171 this->setAbsDirPlay(1.0, -0.015, -0.012, 0.011); 172 172 } 173 173 }
Note: See TracChangeset
for help on using the changeset viewer.