summaryrefslogtreecommitdiffstats
path: root/src/game-server/character.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/character.cpp')
-rw-r--r--src/game-server/character.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game-server/character.cpp b/src/game-server/character.cpp
index 5d96cab..15ba940 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.