diff options
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/player.h b/src/player.h index e6d3743a..4d4f53f5 100644 --- a/src/player.h +++ b/src/player.h @@ -60,20 +60,15 @@ class Player : public Being { return mHairColor; } /** - * Sets the hair color for this player. - */ - void setHairColor(int color); - - /** * Gets the hair style for this player. */ int getHairStyle() const { return mHairStyle; } /** - * Sets the hair style for this player. + * Sets the hair style and color for this player. */ - void setHairStyle(int style); + void setHairStyle(int style, int color); /** * Sets visible equipments for this player. |