From d0a7f9a57d734ce99da262fdf7dd206351fa8ac3 Mon Sep 17 00:00:00 2001 From: "lapayo94@gmail.com" Date: Sun, 25 Dec 2011 13:44:22 +0000 Subject: Code improvements Fixed authentication (Can be activated now) Added MersenneTwister.h Thanks to mtilden ( http://forum.mc-server.org/showthread.php?tid=183&pid=1428#pid1428 and http://forum.mc-server.org/showthread.php?tid=183&pid=1418#pid1418 ) git-svn-id: http://mc-server.googlecode.com/svn/trunk@106 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cFurnaceWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/cFurnaceWindow.cpp') diff --git a/source/cFurnaceWindow.cpp b/source/cFurnaceWindow.cpp index 8b86f16d6..ea0cad59a 100644 --- a/source/cFurnaceWindow.cpp +++ b/source/cFurnaceWindow.cpp @@ -12,7 +12,7 @@ cFurnaceWindow::cFurnaceWindow( cFurnaceEntity* a_Owner ) , m_Furnace( a_Owner ) { SetWindowID( 1 ); - SetWindowType( 2 ); // Furnace + SetWindowType( cWindow::Furnace ); // Furnace } void cFurnaceWindow::Clicked( cPacket_WindowClick* a_ClickPacket, cPlayer & a_Player ) -- cgit v1.2.3