summaryrefslogtreecommitdiff
path: root/src/gui/playerbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/playerbox.h')
-rw-r--r--src/gui/playerbox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/playerbox.h b/src/gui/playerbox.h
index 0f1a653f..86e911e9 100644
--- a/src/gui/playerbox.h
+++ b/src/gui/playerbox.h
@@ -57,9 +57,9 @@ class PlayerBox : public gcn::ScrollArea
*/
void drawBorder(gcn::Graphics *graphics);
- int hairColor; /**< The hair color index */
- int hairStyle; /**< The hair style index */
- bool showPlayer; /**< Wether to show the player or not */
+ int mHairColor; /**< The hair color index */
+ int mHairStyle; /**< The hair style index */
+ bool mShowPlayer; /**< Wether to show the player or not */
private:
static int instances;