Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9199 in orxonox.OLD for branches/presentation


Ignore:
Timestamp:
Jul 5, 2006, 10:20:02 AM (18 years ago)
Author:
bottac
Message:

removed unnecessary line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/lib/graphics/importer/bsp_manager.cc

    r9197 r9199  
    13731373  else
    13741374  {
    1375     if( this->outputFraction == 1.0f)
     1375    if( this->outputFraction == 1.0f) // No collision Detected
    13761376    {
    1377       if( this->outputAllSolid )
     1377      if( this->outputAllSolid ) 
    13781378      {
    13791379        this->collPlane = new plane;
     
    13841384        SolidFlag = true;
    13851385      }
    1386       else
     1386      else      // No collision happened
    13871387      {
    13881388        yCollisionDown = false;
     
    13901390      }
    13911391    }
    1392     else
     1392    else           // A collision has happended
    13931393    {
    13941394      yCollisionDown = true;
    13951395      collPos = position + (down - position) * this->outputFraction;
    1396       this->out = collPos;        // why this????
    13971396    }
    13981397  }
Note: See TracChangeset for help on using the changeset viewer.