Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 26, 2013, 3:30:12 PM (11 years ago)
Author:
smerkli
Message:

Added a check when dying to find another pawn in the
same formation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/formationupdate/src/orxonox/controllers/FormationController.h

    r9348 r9583  
    9898      virtual void hit(Pawn* originator, btManifoldPoint& contactpoint, float damage);
    9999
     100      /* Just for testing purposes: report the master. */
     101      FormationController* getMaster( void ) { return myMaster_; }
     102
    100103  protected:
    101104      bool formationFlight_;
     
    159162
    160163      void setTarget(Pawn* target);
     164
    161165      void searchNewTarget();
    162166      void forgetTarget();
Note: See TracChangeset for help on using the changeset viewer.