diff options
Diffstat (limited to '')
-rw-r--r-- | source/cChestEntity.cpp | 2 |
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 );
}
|