Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7198 in orxonox.OLD for trunk/src/world_entities/test_entity.cc


Ignore:
Timestamp:
Mar 8, 2006, 2:30:19 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: new Default Values… they now too are in MultiType instead of (count, …) or (count, va_arg) style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/test_entity.cc

    r7193 r7198  
    7373  LoadParam(root, "md2animation", this, TestEntity, setAnim)
    7474      .describe("sets the animation of the md2 model")
    75       .defaultValues(1, 1);
     75      .defaultValues(1);
    7676
    7777}
Note: See TracChangeset for help on using the changeset viewer.