diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-30 14:37:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-01 17:51:01 +0300 |
commit | c01aec243610016c2cd5e4211fee484627bc69ea (patch) | |
tree | 46a0b704701a9c1229fafa5e7ed7117002fc1579 /src/gui/widgets/playerbox.cpp | |
parent | 8321043b76660235a5ebbfbb8f43504f43c1af8b (diff) | |
download | plus-c01aec243610016c2cd5e4211fee484627bc69ea.tar.gz plus-c01aec243610016c2cd5e4211fee484627bc69ea.tar.bz2 plus-c01aec243610016c2cd5e4211fee484627bc69ea.tar.xz plus-c01aec243610016c2cd5e4211fee484627bc69ea.zip |
Add npc avatars for evol server.
Change protocol version to 6.
Diffstat (limited to 'src/gui/widgets/playerbox.cpp')
-rw-r--r-- | src/gui/widgets/playerbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/playerbox.cpp b/src/gui/widgets/playerbox.cpp index 5e2412d3b..90a9c9409 100644 --- a/src/gui/widgets/playerbox.cpp +++ b/src/gui/widgets/playerbox.cpp @@ -40,7 +40,7 @@ int PlayerBox::instances = 0; float PlayerBox::mAlpha = 1.0; ImageRect PlayerBox::background; -PlayerBox::PlayerBox(const Being *being): +PlayerBox::PlayerBox(Being *being): mBeing(being) { setFrameSize(2); |