From ba168b22e924261c749c950cf16fa7d5da410e7f Mon Sep 17 00:00:00 2001 From: Jason Hooks Date: Sat, 1 Jan 2011 11:47:12 -0500 Subject: [PATCH] cleanupandupdate --- apps/openmw/mwclass/npc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw/mwclass/npc.cpp b/apps/openmw/mwclass/npc.cpp index c6dfa19a3..ad668f3c9 100644 --- a/apps/openmw/mwclass/npc.cpp +++ b/apps/openmw/mwclass/npc.cpp @@ -101,7 +101,7 @@ namespace MWClass const ESM::BodyPart *hands = environment.mWorld->getStore().bodyParts.search (bodyRaceID + "hands.1st"); - std::cout << "RACE" << bodyRaceID << "\n"; + //std::cout << "RACE" << bodyRaceID << "\n"; Ogre::Vector3 pos2 = Ogre::Vector3( 0, .5, 75); std::string upperarmpath[2] = {npcName + "chest", npcName + "upper arm"};