1
0

Tried adding bracket

This commit is contained in:
Tiger Wang 2013-08-11 12:08:09 +01:00
parent baae26ab22
commit e7ecd78312

View File

@ -116,7 +116,7 @@ public:
//case E_BLOCK_NETHER_BRICK_FENCE:
//case E_BLOCK_PISTON:
//case E_BLOCK_IRON_BARS
if ( g_BlockIsSolid[a_BlockType] {
if ( g_BlockIsSolid[a_BlockType] ) {
return (a_Direction == 0x1); // allow only direction "standing on floor"
}
else {