summaryrefslogtreecommitdiffstats
path: root/source/cChestEntity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/cChestEntity.cpp')
-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 );
}