forked from teamnwah/openmw-tes3coop
Remove unused variable.
This commit is contained in:
parent
f0a7b202b9
commit
2540a901d5
1 changed files with 0 additions and 1 deletions
|
@ -473,7 +473,6 @@ namespace MWClass
|
||||||
void Npc::hit(const MWWorld::Ptr& ptr, int type) const
|
void Npc::hit(const MWWorld::Ptr& ptr, int type) const
|
||||||
{
|
{
|
||||||
MWBase::World *world = MWBase::Environment::get().getWorld();
|
MWBase::World *world = MWBase::Environment::get().getWorld();
|
||||||
const GMST& gmst = getGmst();
|
|
||||||
|
|
||||||
const MWWorld::Store<ESM::GameSetting> &store = world->getStore().get<ESM::GameSetting>();
|
const MWWorld::Store<ESM::GameSetting> &store = world->getStore().get<ESM::GameSetting>();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue