Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 13, 2015, 4:45:44 PM (9 years ago)
Author:
gania
Message:

compilable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/AI_HS15/src/orxonox/controllers/CommonController.h

    r10796 r10800  
    8383        static const float hardcoded_projectile_speed = 750;
    8484
    85             static const float ACTION_INTERVAL = 1.0f;
     85            static const float ACTION_INTERVAL = 2.0f;
    8686
    8787
     
    167167            WeakPtr<ControllableEntity> objectiveTarget_;
    168168
    169 
     169            void maneuver();
    170170            void chooseManeuverType();
    171171            void gunsD();
Note: See TracChangeset for help on using the changeset viewer.