From b8630239d74e8495ba5945b127a410e142a92a12 Mon Sep 17 00:00:00 2001 From: Glorf Date: Wed, 1 May 2013 12:25:02 +0200 Subject: [PATCH] Code cleanup --- apps/openmw/mwmechanics/character.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/openmw/mwmechanics/character.cpp b/apps/openmw/mwmechanics/character.cpp index a24d7daeb..f3c862947 100644 --- a/apps/openmw/mwmechanics/character.cpp +++ b/apps/openmw/mwmechanics/character.cpp @@ -176,7 +176,6 @@ void CharacterController::update(float duration, Movement &movement) health.setCurrent (current-static_cast(realHealthLost)); cls.getCreatureStats(mPtr).setHealth (health); MWWorld::Class::get(mPtr).skillUsageSucceeded(mPtr, ESM::Skill::Acrobatics, 1); - std::cout<