mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-18 08:56:10 -04:00
one more change
This commit is contained in:
parent
80afcb2eac
commit
c0f52fef48
@ -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…
x
Reference in New Issue
Block a user