summaryrefslogtreecommitdiffstats
path: root/source/UI/Window.cpp
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-09-29 16:56:33 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-09-29 16:56:33 +0200
commit09a7bec129dd0e46bc813bde5e8f3bd72cac0a33 (patch)
tree3fd8ae17664f66f086cb710b9bc17ec517159401 /source/UI/Window.cpp
parentSlotArea: removed excessive logging (diff)
downloadcuberite-09a7bec129dd0e46bc813bde5e8f3bd72cac0a33.tar
cuberite-09a7bec129dd0e46bc813bde5e8f3bd72cac0a33.tar.gz
cuberite-09a7bec129dd0e46bc813bde5e8f3bd72cac0a33.tar.bz2
cuberite-09a7bec129dd0e46bc813bde5e8f3bd72cac0a33.tar.lz
cuberite-09a7bec129dd0e46bc813bde5e8f3bd72cac0a33.tar.xz
cuberite-09a7bec129dd0e46bc813bde5e8f3bd72cac0a33.tar.zst
cuberite-09a7bec129dd0e46bc813bde5e8f3bd72cac0a33.zip
Diffstat (limited to 'source/UI/Window.cpp')
-rw-r--r--source/UI/Window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/UI/Window.cpp b/source/UI/Window.cpp
index ad9ce67c7..2f9dcb7a9 100644
--- a/source/UI/Window.cpp
+++ b/source/UI/Window.cpp
@@ -100,7 +100,7 @@ void cWindow::Clicked(
return;
}
- if (a_SlotNum == -999) // Outside window click
+ if (a_SlotNum < 0) // Outside window click
{
if (a_IsRightClick)
{