Changes
This commit is contained in:
parent
ca6bcacdb9
commit
68668d7a6e
@ -124,8 +124,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Wash away anything that was there prior to placing:
|
// Wash away anything that was there prior to placing:
|
||||||
bool CanWashAway = cFluidSimulator::CanWashAway(CurrentBlock);
|
if (cFluidSimulator::CanWashAway(CurrentBlock))
|
||||||
if (CanWashAway)
|
|
||||||
{
|
{
|
||||||
cBlockHandler * Handler = BlockHandler(CurrentBlock);
|
cBlockHandler * Handler = BlockHandler(CurrentBlock);
|
||||||
if (Handler->DoesDropOnUnsuitable())
|
if (Handler->DoesDropOnUnsuitable())
|
||||||
|
Loading…
Reference in New Issue
Block a user