Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5767 in orxonox.OLD for trunk/src/world_entities/player.cc


Ignore:
Timestamp:
Nov 24, 2005, 7:43:08 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: removed support for text-render-static

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/player.cc

    r5751 r5767  
    311311    rotVal -= .4;
    312312  }
    313 
    314   if( this->bAscend ) { /* FIXME */ }
    315   if( this->bDescend) {/* FIXME */} /* @todo up and down player movement */
    316313
    317314  Vector move = accel * time *acceleration;
Note: See TracChangeset for help on using the changeset viewer.