Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 24, 2016, 3:53:28 PM (8 years ago)
Author:
tgidron
Message:

New Level Up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tgidronFS16/src/modules/hover/HoverShip.cc

    r11041 r11151  
    3333#include "core/CoreIncludes.h"
    3434#include "core/XMLPort.h"
     35//#include "NewHumanController.h"
    3536
    3637#include <BulletCollision/NarrowPhaseCollision/btManifoldPoint.h>
     
    112113        if (bBoost && this->isFloor_)
    113114        {
     115
    114116            this->setVelocity(
    115117                this->getVelocity().x,
Note: See TracChangeset for help on using the changeset viewer.