Implement LCERenewed Changes

This commit is contained in:
piebot
2026-03-26 14:14:42 +03:00
parent 0e56730255
commit cf0472117c
15 changed files with 96 additions and 33 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "TallGrass2.h"
DoublePlantFeature::DoublePlantFeature(bool doUpdate)
: Feature(doUpdate), m_plantType(0)
: Feature(doUpdate), m_plantType(1)
{
}