diff options
author | paramat <mat.gregory@virginmedia.com> | 2015-04-19 03:37:55 +0100 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2015-04-19 06:09:57 +0100 |
commit | a615da6b12186c83b343dcf76d56e402252d4862 (patch) | |
tree | 46bfd85f0ab56168fbe40f06bce1bc54b7676106 /src/mg_biome.h | |
parent | 0c792db05c9e53a2e5dd7f6462f8aaa561fde858 (diff) | |
download | minetest-a615da6b12186c83b343dcf76d56e402252d4862.tar.gz minetest-a615da6b12186c83b343dcf76d56e402252d4862.tar.bz2 minetest-a615da6b12186c83b343dcf76d56e402252d4862.zip |
Biome API: Add biome-specific river water
Diffstat (limited to 'src/mg_biome.h')
-rw-r--r-- | src/mg_biome.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mg_biome.h b/src/mg_biome.h index ce5ce2f0a..e289fb16d 100644 --- a/src/mg_biome.h +++ b/src/mg_biome.h @@ -42,6 +42,7 @@ public: content_t c_stone; content_t c_water_top; content_t c_water; + content_t c_river_water; content_t c_dust; s16 depth_top; |