Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 9, 2008, 10:55:17 PM (17 years ago)
Author:
landauf
Message:

reduced the build-script of the core branch to the minimum (utils, core, orxonox + test objects)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core/src/orxonox/objects/test3.cc

    r790 r793  
    5151        SetConfigValue(value_bool_, 1);
    5252        SetConfigValue(value_string_, "This is a test");
    53         SetConfigValue(value_constchar_, "This is another test");
     53//        SetConfigValue(value_constchar_, "This is another test");
    5454        SetConfigValue(value_vector2_, Vector2(101, 202));
    5555        SetConfigValue(value_vector3_, Vector3(13, 26, 39));
Note: See TracChangeset for help on using the changeset viewer.