Misc patches

This commit is contained in:
Er2
2024-03-28 14:39:40 +03:00
parent c9b4449bac
commit b8c01e085f
119 changed files with 1414 additions and 794 deletions

View File

@@ -18,10 +18,12 @@ GrassTile::GrassTile(int id, Material* c) : Tile(id, c)
int GrassTile::getColor(LevelSource* levelSource, int x, int y, int z)
{
#ifndef SERVER
if (GetPatchManager()->IsGrassTinted())
{
return 0x339933;
}
#endif
return 0xffffff;
}