forked from mirror/openmw-tes3mp
Cleaned up code
This commit is contained in:
parent
58b135a2be
commit
b1abef7a38
4 changed files with 3 additions and 4 deletions
|
@ -822,6 +822,7 @@ namespace MWScript
|
|||
{
|
||||
MWWorld::Ptr player = MWBase::Environment::get().getWorld()->getPlayerPtr();
|
||||
player.getClass().getNpcStats(player).setBounty(0);
|
||||
MWBase::Environment::get().getWorld()->confiscateStolenItems(player);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -42,7 +42,6 @@ namespace MWWorld
|
|||
int mForwardBackward;
|
||||
bool mTeleported;
|
||||
|
||||
std::vector<MWWorld::Ptr> mWitnesses;
|
||||
public:
|
||||
|
||||
Player(const ESM::NPC *player, const MWBase::World& world);
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include "../mwmechanics/spellcasting.hpp"
|
||||
#include "../mwmechanics/levelledlist.hpp"
|
||||
#include "../mwmechanics/combat.hpp"
|
||||
#include "../mwmechanics/actors.hpp"
|
||||
|
||||
#include "../mwrender/sky.hpp"
|
||||
#include "../mwrender/animation.hpp"
|
||||
|
|
Loading…
Reference in a new issue