diff options
Diffstat (limited to 'src/gui/playerbox.h')
-rw-r--r-- | src/gui/playerbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/playerbox.h b/src/gui/playerbox.h index 5aacd26f..70c41644 100644 --- a/src/gui/playerbox.h +++ b/src/gui/playerbox.h @@ -68,6 +68,7 @@ class PlayerBox : public gcn::ScrollArea private: const Player *mPlayer; /**< The character used for display */ + static float mAlpha; static int instances; static ImageRect background; }; |