diff options
Diffstat (limited to 'src/gui/playerbox.h')
-rw-r--r-- | src/gui/playerbox.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/playerbox.h b/src/gui/playerbox.h index 86e911e9..79f7c2aa 100644 --- a/src/gui/playerbox.h +++ b/src/gui/playerbox.h @@ -40,7 +40,7 @@ class PlayerBox : public gcn::ScrollArea /** * Constructor. */ - PlayerBox(); + PlayerBox(unsigned char sex); /** * Destructor. @@ -59,6 +59,7 @@ class PlayerBox : public gcn::ScrollArea int mHairColor; /**< The hair color index */ int mHairStyle; /**< The hair style index */ + unsigned char mSex; /**< Sex */ bool mShowPlayer; /**< Wether to show the player or not */ private: |