- 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:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user