From 8a60e11684e84807f3526b37afa8cbf6f103b8fd Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Sat, 3 Nov 2007 09:58:25 +0000 Subject: Fixed double load of hair graphics. --- src/player.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/player.h') diff --git a/src/player.h b/src/player.h index e6d3743a..4d4f53f5 100644 --- a/src/player.h +++ b/src/player.h @@ -59,11 +59,6 @@ class Player : public Being int getHairColor() const { return mHairColor; } - /** - * Sets the hair color for this player. - */ - void setHairColor(int color); - /** * Gets the hair style for this player. */ @@ -71,9 +66,9 @@ class Player : public Being { 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. -- cgit v1.2.3-70-g09d2