Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 31, 2007, 5:58:30 AM (17 years ago)
Author:
nicolasc
Message:

beautification fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/heavy_blaster.cc

    r10539 r10548  
    231231                this->getAbsCoor ().y,
    232232                this->getAbsCoor ().z);
     233    Vector tmpRot = this->getAbsDir().getSpacialAxis();
     234    glRotatef (this->getAbsDir().getSpacialAxisAngle(), tmpRot.x, tmpRot.y, tmpRot.z );
    233235
    234236  if (this->leftRight == W_LEFT)
Note: See TracChangeset for help on using the changeset viewer.