Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2013, 4:08:30 PM (11 years ago)
Author:
zifloria
Message:

hbskdjbs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/invaders/src/modules/invader/InvaderEnemy.cc

    r9854 r9858  
    6868    inline bool InvaderEnemy::collidesAgainst(WorldEntity* otherObject, btManifoldPoint& contactPoint)
    6969    {
    70         setVelocity(Vector3(1000,0,0));
     70        // setVelocity(Vector3(1000,0,0));
    7171        removeHealth(2000);
    7272        return false;
Note: See TracChangeset for help on using the changeset viewer.