- Timestamp:
- Jul 5, 2006, 10:20:02 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/lib/graphics/importer/bsp_manager.cc
r9197 r9199 1373 1373 else 1374 1374 { 1375 if( this->outputFraction == 1.0f) 1375 if( this->outputFraction == 1.0f) // No collision Detected 1376 1376 { 1377 if( this->outputAllSolid ) 1377 if( this->outputAllSolid ) 1378 1378 { 1379 1379 this->collPlane = new plane; … … 1384 1384 SolidFlag = true; 1385 1385 } 1386 else 1386 else // No collision happened 1387 1387 { 1388 1388 yCollisionDown = false; … … 1390 1390 } 1391 1391 } 1392 else 1392 else // A collision has happended 1393 1393 { 1394 1394 yCollisionDown = true; 1395 1395 collPos = position + (down - position) * this->outputFraction; 1396 this->out = collPos; // why this????1397 1396 } 1398 1397 }
Note: See TracChangeset
for help on using the changeset viewer.