forked from EXTERNAL/bareiron
remove trailing whitespace
This commit is contained in:
@@ -663,7 +663,7 @@ uint8_t isPassableBlock (uint8_t block) {
|
||||
// Checks whether the given block is non-solid and spawnable
|
||||
uint8_t isPassableSpawnBlock (uint8_t block) {
|
||||
if ((block >= B_water && block < B_water + 8) ||
|
||||
(block >= B_lava && block < B_lava + 4))
|
||||
(block >= B_lava && block < B_lava + 4))
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user