From 16074a7c2c8197a061281a6880ddbc3967d8ea0c Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Wed, 9 Jan 2013 13:23:43 +0100 Subject: Replaced 'unsigned int' with 'unsigned' Same thing, but shorter. --- src/game-server/character.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game-server/character.cpp') diff --git a/src/game-server/character.cpp b/src/game-server/character.cpp index 5d96cab5..15ba940a 100644 --- a/src/game-server/character.cpp +++ b/src/game-server/character.cpp @@ -465,7 +465,7 @@ void Character::modifiedAllAttribute() } } -bool Character::recalculateBaseAttribute(unsigned int attr) +bool Character::recalculateBaseAttribute(unsigned attr) { /* * `attr' may or may not have changed. Recalculate the base value. @@ -524,7 +524,7 @@ bool Character::recalculateBaseAttribute(unsigned int attr) return false; } -void Character::updateDerivedAttributes(unsigned int attr) +void Character::updateDerivedAttributes(unsigned attr) { /* * `attr' has changed, perform updates accordingly. -- cgit v1.2.3-60-g2f50