From 9bb11133522836a9c5e251550ac88c9a4e091c0e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 30 May 2014 12:46:49 +0300 Subject: Move main window related code into windowmanager. --- src/gui/widgets/playerbox.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/playerbox.cpp') diff --git a/src/gui/widgets/playerbox.cpp b/src/gui/widgets/playerbox.cpp index b7b5c8134..b77b1bc42 100644 --- a/src/gui/widgets/playerbox.cpp +++ b/src/gui/widgets/playerbox.cpp @@ -23,6 +23,7 @@ #include "gui/widgets/playerbox.h" #include "client.h" +#include "settings.h" #include "being/being.h" @@ -126,9 +127,9 @@ void PlayerBox::draw(Graphics *graphics) mBeing->drawSpriteAt(graphics, x, y); } - if (client->getGuiAlpha() != mAlpha) + if (settings.guiAlpha != mAlpha) { - const float alpha = client->getGuiAlpha(); + const float alpha = settings.guiAlpha; for (int a = 0; a < 9; a++) { if (mBackground.grid[a]) -- cgit v1.2.3-60-g2f50