Add new landscape variable for ground density and snow presence

This commit is contained in:
Jonathan G Rennison
2022-12-12 23:19:44 +00:00
parent 0d4f196451
commit 39277404a2
5 changed files with 20 additions and 0 deletions

View File

@@ -1762,6 +1762,7 @@ static const NIVariable _niv_newlandscape[] = {
NIV(0x42, "tile height"),
NIV(0x43, "tile hash"),
NIV(0x44, "landscape type"),
NIV(0x45, "ground info"),
NIV(0x60, "land info of nearby tiles"),
NIV_END(),
};