Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 20, 2005, 6:32:39 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: new LoadParam procedure with all NON-cycling load-options, and it works perfectly (on first sight :))

now going to make the same for cycling LoadOptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/weapon_manager.cc

    r5644 r5652  
    119119  static_cast<BaseObject*>(this)->loadParams(root);
    120120
    121   LoadParam<WeaponManager>(root, "slot-count", this, &WeaponManager::setSlotCount)
     121  LoadParamNEW(root, "slot-count", this, WeaponManager, setSlotCount)
    122122      .describe("how many slots(cannons) the WeaponManager can handle");
    123123
Note: See TracChangeset for help on using the changeset viewer.