Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 5, 2006, 7:21:25 AM (18 years ago)
Author:
patrick
Message:

muchos debugos inofromationos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/creatures/fps_player.cc

    r9185 r9186  
    140140
    141141  this->getWeaponManager().setParentNode(&this->cameraNode);
    142   this->getWeaponManager().getParentNode()->setParentMode(PNODE_ROTATE_AND_MOVE);
    143142  this->cameraNode.addNodeFlags(PNODE_PROHIBIT_CHILD_DELETE);
    144143
     
    239238
    240239      State::getCameraNode()->setParentMode(PNODE_ROTATE_AND_MOVE);
     240      this->cameraNode.setParentMode(PNODE_ROTATE_AND_MOVE);
     241      this->getWeaponManager().getParentNode()->setParentMode(PNODE_ROTATE_AND_MOVE);
    241242
    242243
     
    244245      this->getWeaponManager().setSlotPosition(1, Vector(5.0, box->halfLength[1] * f, 0.0));
    245246
    246       this->aimingSystem->toList(/*OM_LIST(this->getOMListNumber() + 1)*/ OM_COMMON);
     247      this->aimingSystem->toList(/*OM_LIST(this->getOMListNumber() + 1)*/ OM_GROUP_01);
    247248    }
    248249  }
Note: See TracChangeset for help on using the changeset viewer.