mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-04 17:19:50 +00:00
one more change
This commit is contained in:
parent
80afcb2eac
commit
c0f52fef48
1 changed files with 5 additions and 2 deletions
|
@ -134,8 +134,10 @@ void NpcAnimation::updateParts(){
|
|||
|
||||
//inv.getSlot(MWWorld::InventoryStore::Slot_Robe);
|
||||
|
||||
//MWWorld::ContainerStoreIterator robe = inv.getSlot(MWWorld::InventoryStore::Slot_Cuirass);
|
||||
//if(robe == inv.end())
|
||||
MWWorld::ContainerStoreIterator robe = inv.getSlot(MWWorld::InventoryStore::Slot_Robe);
|
||||
|
||||
|
||||
|
||||
// ;
|
||||
|
||||
|
||||
|
@ -295,6 +297,7 @@ void NpcAnimation::runAnimation(float timepassed){
|
|||
|
||||
if(mStateID != inv.getStateId()){
|
||||
std::cout << "StateID" <<inv.getStateId()<< "\n";
|
||||
mStateID = inv.getStateId();
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue