Changeset 8899 in orxonox.OLD for branches/single_player_map
- Timestamp:
- Jun 29, 2006, 1:04:42 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/world_entities/weapons/fps_sniper_rifle.cc
r8898 r8899 170 170 171 171 Vector tmpRot = this->getAbsDir().getSpacialAxis(); 172 glRotatef (this->getAbsDir().getSpacialAxisAngle() , tmpRot.x, tmpRot.y, tmpRot.z );172 glRotatef (this->getAbsDir().getSpacialAxisAngle() + M_PI_2, tmpRot.x, tmpRot.y, tmpRot.z ); 173 173 174 174 if( this->leftRight == W_RIGHT)
Note: See TracChangeset
for help on using the changeset viewer.