Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 6, 2006, 4:47:06 PM (18 years ago)
Author:
marcscha
Message:

little modifications to swarm launcher

Location:
branches/playability/src/world_entities/weapons
Files:
2 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/weapons/weapon_manager.cc

    r10004 r10023  
    481481      if (tickWeapon != NULL)
    482482      {
    483            //        if (this->parent != NULL)
    484           tickWeapon->toList(this->parentEntity->getOMListNumber());
     483        //if (this->parent != NULL)
     484        tickWeapon->toList(this->parentEntity->getOMListNumber());
    485485        tickWeapon->requestAction(WA_ACTIVATE);
    486486        this->currentSlotConfig[i].position.activateNode();
Note: See TracChangeset for help on using the changeset viewer.