Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 2, 2008, 7:41:46 PM (16 years ago)
Author:
rgrieder
Message:
  • renamed StableHeaders.h to OrxonoxStableHeaders.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/objects/SpaceShip.cc

    r784 r786  
    2626 */
    2727
    28 #include "StableHeaders.h"
     28#include "OrxonoxStableHeaders.h"
    2929
    3030#include <string>
     
    136136        SetConfigValue(bInvertYAxis_, false).description("Set this to true for joystick-like mouse behaviour (mouse up = ship down).");
    137137        SetConfigValue(reloadTime_, 0.125).description("The reload time of the weapon in seconds");
     138        SetConfigValue(testvector_, Vector3()).description("asdfblah");
    138139    }
    139140
Note: See TracChangeset for help on using the changeset viewer.