forked from oerkki/voxelands
make leaf falling work with snowy leaves
This commit is contained in:
parent
3262bfd494
commit
a8307e8cef
|
@ -177,6 +177,7 @@ void ItemSAO::step(float dtime, bool send_recommended)
|
||||||
|| m_content == CONTENT_CONIFER_LEAVES
|
|| m_content == CONTENT_CONIFER_LEAVES
|
||||||
|| m_content == CONTENT_LEAVES_AUTUMN
|
|| m_content == CONTENT_LEAVES_AUTUMN
|
||||||
|| m_content == CONTENT_LEAVES_WINTER
|
|| m_content == CONTENT_LEAVES_WINTER
|
||||||
|
|| m_content == CONTENT_LEAVES_SNOWY
|
||||||
)
|
)
|
||||||
) { // leaves falling on grass become either saplings or wild grass
|
) { // leaves falling on grass become either saplings or wild grass
|
||||||
if (
|
if (
|
||||||
|
|
Loading…
Reference in New Issue