summaryrefslogtreecommitdiff
path: root/src/being
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-08 11:00:57 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-08 11:00:57 +0300
commit41b1958bffdec520c30c476fc8c6371873b940d3 (patch)
tree2bb2d34c7ca90c7cc9b2b31e69d70138fbb28e4e /src/being
parentc6dbf10ed70e6f94d28ad555545b7522ea7348b8 (diff)
downloadplus-41b1958bffdec520c30c476fc8c6371873b940d3.tar.gz
plus-41b1958bffdec520c30c476fc8c6371873b940d3.tar.bz2
plus-41b1958bffdec520c30c476fc8c6371873b940d3.tar.xz
plus-41b1958bffdec520c30c476fc8c6371873b940d3.zip
Fix code style.
Diffstat (limited to 'src/being')
-rw-r--r--src/being/localplayer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp
index 720207b5b..60518842d 100644
--- a/src/being/localplayer.cpp
+++ b/src/being/localplayer.cpp
@@ -851,7 +851,10 @@ void LocalPlayer::pickedUp(const ItemInfo &itemInfo, const int amount,
// TRANSLATORS: pickup error message
msg = N_("Your item stack has max amount.");
break;
+ case Pickup::OKAY:
+ break;
default:
+ case Pickup::UNKNOWN:
// TRANSLATORS: pickup error message
msg = N_("Unknown problem picking up item.");
break;