- Timestamp:
- Feb 7, 2006, 5:36:14 PM (19 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/multi_player_world_data.cc
r7093 r7094 213 213 playable->toList(OM_GROUP_00); 214 214 playable->setAbsCoor(213.37, 57.71, -47.98); 215 playable->setAbsDirPlay(Quaternion( 0.16, 0.98, -0.10));215 playable->setAbsDirPlay(Quaternion(M_PI, 0.0, 1.0, 0.0)); 216 216 } 217 217 } -
trunk/src/world_entities/playable.cc
r7092 r7094 163 163 // this->toList(OM_GROUP_00); 164 164 this->setAbsCoor(213.37, 57.71, -47.98); 165 this->setAbsDir( Quaternion(0.16, 0.98, -0.10));165 this->setAbsDir(0, 0, 1, 0); 166 166 } 167 167 else
Note: See TracChangeset
for help on using the changeset viewer.