mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 04:15:31 +00:00
Outdated comment fix
This commit is contained in:
parent
3f3c3d0ad3
commit
e6b28d84f0
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
#include "creaturestats.hpp"
|
||||
#include "steering.hpp"
|
||||
#include "movement.hpp"
|
||||
#include "character.hpp" // fixme: for getActiveWeapon
|
||||
#include "character.hpp"
|
||||
|
||||
#include "aicombataction.hpp"
|
||||
#include "combat.hpp"
|
||||
|
@ -291,7 +291,7 @@ namespace MWMechanics
|
|||
// Get weapon characteristics
|
||||
if (actorClass.hasInventoryStore(actor))
|
||||
{
|
||||
//Get weapon speed and range
|
||||
//Get weapon range
|
||||
MWWorld::ContainerStoreIterator weaponSlot =
|
||||
MWMechanics::getActiveWeapon(actorClass.getCreatureStats(actor), actorClass.getInventoryStore(actor), &weaptype);
|
||||
|
||||
|
|
Loading…
Reference in a new issue