Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 27, 2007, 5:06:55 AM (17 years ago)
Author:
landauf
Message:

put all SetConfigValue macro calls into the setConfigValues function (this is needed to allow changes of the config values at runtime)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/objects/Fighter.h

    r673 r697  
    1818            Fighter();
    1919            ~Fighter();
     20            void setConfigValues();
    2021            virtual void loadParams(TiXmlElement* xmlElem);
    2122            void setMaxSpeedValues(float maxSpeedForward, float maxSpeedRotateUpDown, float maxSpeedRotateRightLeft, float maxSpeedLoopRightLeft);
Note: See TracChangeset for help on using the changeset viewer.