1
0

Fixed repeaters not powering from wire

This should also fix comparators (in the future).
This also updates XML comments so that they are compatible with Doxygen.
This commit is contained in:
Tiger Wang 2013-11-26 21:54:07 +00:00
parent 56f13f83bb
commit b628cfb734

View File

@ -178,10 +178,8 @@ private:
case E_BLOCK_REDSTONE_TORCH_ON:
case E_BLOCK_LEVER:
case E_BLOCK_REDSTONE_REPEATER_ON:
case E_BLOCK_REDSTONE_REPEATER_OFF:
case E_BLOCK_BLOCK_OF_REDSTONE:
case E_BLOCK_ACTIVE_COMPARATOR:
case E_BLOCK_INACTIVE_COMPARATOR:
{
return true;
}