diff options
Diffstat (limited to 'src/dungeongen.h')
-rw-r--r-- | src/dungeongen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dungeongen.h b/src/dungeongen.h index 4e1201d82..d209dd4bf 100644 --- a/src/dungeongen.h +++ b/src/dungeongen.h @@ -40,6 +40,7 @@ int dir_to_facedir(v3s16 d); struct DungeonParams { content_t c_water; + content_t c_river_water; content_t c_cobble; content_t c_moss; content_t c_stair; |