mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 06:53:53 +00:00
Merge branch 'pipeline' into 'master'
Fix pipeline errors See merge request OpenMW/openmw!2219
This commit is contained in:
commit
f317cdfa8f
2 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@ public:
|
|||
{
|
||||
CellRef refr;
|
||||
refr.load(esm);
|
||||
assert(refr.mIndexedRefID == "PlayerSaveGame");
|
||||
assert(refr.mIndexedRefId == "PlayerSaveGame");
|
||||
mContext->mPlayer.mObject.mPosition = refr.mPos;
|
||||
|
||||
ESM::CreatureStats& cStats = mContext->mPlayer.mObject.mCreatureStats;
|
||||
|
|
|
@ -1347,7 +1347,7 @@ bool CharacterController::updateWeaponState(CharacterState idle)
|
|||
if (isPersistentAnimPlaying())
|
||||
return forcestateupdate;
|
||||
|
||||
float complete;
|
||||
float complete = 0.f;
|
||||
bool animPlaying = false;
|
||||
ESM::WeaponType::Class weapclass = getWeaponType(mWeaponType)->mWeaponClass;
|
||||
if(getAttackingOrSpell())
|
||||
|
|
Loading…
Reference in a new issue