Made beds placeable
Android: Updated some stuff and set default view distance lower git-svn-id: http://mc-server.googlecode.com/svn/trunk@900 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include "ItemDoor.h"
|
||||
#include "ItemFood.h"
|
||||
#include "ItemSign.h"
|
||||
#include "ItemBed.h"
|
||||
|
||||
#include "../blocks/BlockHandler.h"
|
||||
|
||||
@@ -166,6 +167,9 @@ cItemHandler *cItemHandler::CreateItemHandler(int a_ItemID)
|
||||
|
||||
case E_ITEM_SIGN:
|
||||
return new cItemSignHandler(a_ItemID);
|
||||
|
||||
case E_ITEM_BED:
|
||||
return new cItemBedHandler(a_ItemID);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user