Skip to content

Commit

Permalink
cleanupandupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
jhooks1 committed Jan 1, 2011
1 parent 11406ae commit ba168b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/openmw/mwclass/npc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"};
Expand Down

0 comments on commit ba168b2

Please sign in to comment.