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