Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 15, 2008, 10:54:25 AM (16 years ago)
Author:
rgrieder
Message:
  • removed obsolete Convert.h includes (possibly from old XML loading)
  • replaced tabs in audio library, plus minor code cleanup because removing the tabs screwed layout
  • replaced all "#define name number" with "const Type name = number" if possible
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/objects/SpaceShipAI.cc

    r1772 r1784  
    4141#include "Settings.h"
    4242
    43 #define ACTION_INTERVAL 1.0f
    4443
    4544namespace orxonox
    4645{
     46    const float ACTION_INTERVAL = 1.0f;
     47
    4748    SetConsoleCommand(SpaceShipAI, createEnemy, true).defaultValue(0, 1);
    4849    SetConsoleCommand(SpaceShipAI, killEnemies, true).defaultValue(0, 0);
Note: See TracChangeset for help on using the changeset viewer.