1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-05 22:45:33 +00:00

Npc Animation Working

This commit is contained in:
Jason Hooks 2011-12-27 00:25:52 -05:00
parent a6b88b48ec
commit 1a90f4241b

View file

@ -173,7 +173,7 @@ NpcAnimation::NpcAnimation(const MWWorld::Ptr& ptr, MWWorld::Environment& _env,O
if(hair)
insertBoundedPart("meshes\\" + hair->model, "Head");
/*if (chest){
if (chest){
insertFreePart("meshes\\" + chest->model, ">\"", insert);
@ -181,7 +181,7 @@ NpcAnimation::NpcAnimation(const MWWorld::Ptr& ptr, MWWorld::Environment& _env,O
if (handr){
insertFreePart("meshes\\" + handr->model , ">?", insert);
}*/
}
if (handl){
insertFreePart("meshes\\" + handl->model, ">>", insert);