summaryrefslogtreecommitdiffstats
path: root/source/cChestEntity.cpp
diff options
context:
space:
mode:
authorlapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-12-25 14:44:22 +0100
committerlapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-12-25 14:44:22 +0100
commitd0a7f9a57d734ce99da262fdf7dd206351fa8ac3 (patch)
tree0a1314457d6fb3d097b6bd08ce2135c86b0f94df /source/cChestEntity.cpp
parentThe missing file! cChunkGenerator.h/cpp (diff)
downloadcuberite-d0a7f9a57d734ce99da262fdf7dd206351fa8ac3.tar
cuberite-d0a7f9a57d734ce99da262fdf7dd206351fa8ac3.tar.gz
cuberite-d0a7f9a57d734ce99da262fdf7dd206351fa8ac3.tar.bz2
cuberite-d0a7f9a57d734ce99da262fdf7dd206351fa8ac3.tar.lz
cuberite-d0a7f9a57d734ce99da262fdf7dd206351fa8ac3.tar.xz
cuberite-d0a7f9a57d734ce99da262fdf7dd206351fa8ac3.tar.zst
cuberite-d0a7f9a57d734ce99da262fdf7dd206351fa8ac3.zip
Diffstat (limited to '')
-rw-r--r--source/cChestEntity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cChestEntity.cpp b/source/cChestEntity.cpp
index 9ec46014d..d0cd85536 100644
--- a/source/cChestEntity.cpp
+++ b/source/cChestEntity.cpp
@@ -156,7 +156,7 @@ void cChestEntity::UsedBy( cPlayer & a_Player )
cWindow* Window = new cWindow( this, true );
Window->SetSlots( m_Content, c_ChestHeight*c_ChestWidth );
Window->SetWindowID( 1 );
- Window->SetWindowType( 0 );
+ Window->SetWindowType( cWindow::Chest );
Window->SetWindowTitle("UberChest");
OpenWindow( Window );
}