forked from teamnwah/openmw-tes3coop
Disable projectiles for now
This commit is contained in:
parent
992a8e9c36
commit
e26cc31e3b
1 changed files with 2 additions and 0 deletions
|
@ -2199,6 +2199,8 @@ namespace MWWorld
|
||||||
if (projectileModel.empty())
|
if (projectileModel.empty())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
return;
|
||||||
|
|
||||||
MWWorld::ManualRef ref(getStore(), projectileModel);
|
MWWorld::ManualRef ref(getStore(), projectileModel);
|
||||||
ESM::Position pos;
|
ESM::Position pos;
|
||||||
pos.pos[0] = actor.getRefData().getPosition().pos[0];
|
pos.pos[0] = actor.getRefData().getPosition().pos[0];
|
||||||
|
|
Loading…
Reference in a new issue