Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 19, 2014, 4:00:53 PM (10 years ago)
Author:
sriedel
Message:

Should work so far

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/surfaceraceHS14/src/modules/dodgerace2/DodgeRaceShip.h

    r10124 r10128  
    7979
    8080        private:
     81            virtual inline bool collidesAgainst(WorldEntity* otherObject, btManifoldPoint& contactPoint);
    8182            WeakPtr<DodgeRace> getGame();
    8283            WeakPtr<DodgeRace> game;
    8384            WeakPtr<Projectile> lastShot;
     85            WeakPtr<WorldEntity> lastEntity;
    8486            Camera* camera;
    8587            float lastTimeFront, lastTimeLeft, lastTime;
     
    9092            } velocity, desiredVelocity;
    9193
    92 
    93 
    94 
    95 /*
    96                          virtual inline bool collidesAgainst(WorldEntity* otherObject, btManifoldPoint& contactPoint);
    97 
    98         private:
    99 
    100             WeakPtr<DodgeRaceEnemy> lastEnemy;
    101            */
    102 
    10394    };
    10495}
Note: See TracChangeset for help on using the changeset viewer.