1
0

Removed place on top and side preventions

This commit is contained in:
Tiger Wang
2013-09-13 20:17:39 +01:00
parent f300ed54e5
commit 1cbb38fb02
13 changed files with 0 additions and 113 deletions

View File

@@ -23,12 +23,6 @@ public:
{
a_Pickups.push_back(cItem(E_ITEM_SIGN, 1, 0));
}
virtual bool DoesAllowBlockOnTop(void) override
{
return false;
}
virtual const char * GetStepSound(void) override