1
0

- Added the "wait" music disc

- Vines can now be placed on leaves

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1045 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
luksor111@gmail.com
2012-11-15 18:57:47 +00:00
parent 635386faad
commit ea8545dff1
6 changed files with 15 additions and 12 deletions

View File

@@ -36,7 +36,7 @@
bool cItemHandler::m_HandlerInitialized = false;
cItemHandler * cItemHandler::m_ItemHandler[2266];
cItemHandler * cItemHandler::m_ItemHandler[2268];
@@ -177,7 +177,7 @@ cItemHandler *cItemHandler::CreateItemHandler(int a_ItemType)
void cItemHandler::Deinit()
{
for(int i = 0; i < 2266; i++)
for(int i = 0; i < 2267; i++)
{
delete m_ItemHandler[i];
}