mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-30 00:28:08 -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);
|
//inv.getSlot(MWWorld::InventoryStore::Slot_Robe);
|
||||||
|
|
||||||
//MWWorld::ContainerStoreIterator robe = inv.getSlot(MWWorld::InventoryStore::Slot_Cuirass);
|
MWWorld::ContainerStoreIterator robe = inv.getSlot(MWWorld::InventoryStore::Slot_Robe);
|
||||||
//if(robe == inv.end())
|
|
||||||
|
|
||||||
|
|
||||||
// ;
|
// ;
|
||||||
|
|
||||||
|
|
||||||
@ -295,6 +297,7 @@ void NpcAnimation::runAnimation(float timepassed){
|
|||||||
|
|
||||||
if(mStateID != inv.getStateId()){
|
if(mStateID != inv.getStateId()){
|
||||||
std::cout << "StateID" <<inv.getStateId()<< "\n";
|
std::cout << "StateID" <<inv.getStateId()<< "\n";
|
||||||
|
mStateID = inv.getStateId();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user