summaryrefslogtreecommitdiff
path: root/src/gui/playerbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/playerbox.cpp')
-rw-r--r--src/gui/playerbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/playerbox.cpp b/src/gui/playerbox.cpp
index b7e553dc..58ef4cd7 100644
--- a/src/gui/playerbox.cpp
+++ b/src/gui/playerbox.cpp
@@ -32,7 +32,7 @@
#include "../utils/dtor.h"
int PlayerBox::instances = 0;
-float PlayerBox::mAlpha = config.getValue("guialpha", 0.8);
+float PlayerBox::mAlpha = 1.0;
ImageRect PlayerBox::background;
PlayerBox::PlayerBox(const Player *player):