summaryrefslogtreecommitdiffstats
path: root/src/UI/SlotArea.cpp
diff options
context:
space:
mode:
authorworktycho <work.tycho@gmail.com>2013-12-09 14:57:09 +0100
committerworktycho <work.tycho@gmail.com>2013-12-09 14:57:09 +0100
commita99bece3fa7922f939c4a5153effa170dad336cf (patch)
tree9193f1d91a8b484953a4e011e901bf00ad6d6b13 /src/UI/SlotArea.cpp
parentFixed angle normalization typo. (diff)
downloadcuberite-a99bece3fa7922f939c4a5153effa170dad336cf.tar
cuberite-a99bece3fa7922f939c4a5153effa170dad336cf.tar.gz
cuberite-a99bece3fa7922f939c4a5153effa170dad336cf.tar.bz2
cuberite-a99bece3fa7922f939c4a5153effa170dad336cf.tar.lz
cuberite-a99bece3fa7922f939c4a5153effa170dad336cf.tar.xz
cuberite-a99bece3fa7922f939c4a5153effa170dad336cf.tar.zst
cuberite-a99bece3fa7922f939c4a5153effa170dad336cf.zip
Diffstat (limited to 'src/UI/SlotArea.cpp')
-rw-r--r--src/UI/SlotArea.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/UI/SlotArea.cpp b/src/UI/SlotArea.cpp
index e743f4bb3..2925d1226 100644
--- a/src/UI/SlotArea.cpp
+++ b/src/UI/SlotArea.cpp
@@ -1,4 +1,3 @@
-
// SlotArea.cpp
// Implements the cSlotArea class and its descendants
@@ -65,6 +64,10 @@ void cSlotArea::Clicked(cPlayer & a_Player, int a_SlotNum, eClickAction a_ClickA
DblClicked(a_Player, a_SlotNum);
return;
}
+ default:
+ {
+ break;
+ }
}
cItem Slot(*GetSlot(a_SlotNum, a_Player));