Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 26, 2014, 5:14:33 PM (10 years ago)
Author:
maxima
Message:

hzilly. Alle files zusammengefuegt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/towerdefenseHS14/src/modules/towerdefense/TowerDefenseEnemy.cc

    r10140 r10142  
    4848        float distance = ship.distance(*endpoint);
    4949
    50         orxout() << "distance" << distance << endl;
     50        //orxout() << "distance" << distance << endl;
    5151        if(distance <50){
    52                 orxout() << "ENEMY KILLED!!!!" << endl;
     52        //      orxout() << "ENEMY KILLED!!!!" << endl;
    5353                this->destroy(); }
    5454    }
Note: See TracChangeset for help on using the changeset viewer.