diff options
author | Zughy <63455151+Zughy@users.noreply.github.com> | 2022-01-22 12:42:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-22 12:42:49 +0100 |
commit | 37d80784ddfc0ff07baee214570c80dc5dd92ca7 (patch) | |
tree | 809dbbca952a6af443f3eb132e8c5f0c77206a46 /src/client | |
parent | f66ed2c27fa0f351ffb458224af74f3371d6f4ac (diff) | |
download | minetest-37d80784ddfc0ff07baee214570c80dc5dd92ca7.tar.gz minetest-37d80784ddfc0ff07baee214570c80dc5dd92ca7.tar.bz2 minetest-37d80784ddfc0ff07baee214570c80dc5dd92ca7.zip |
Allow resetting celestial vault elements by leaving its arguments empty (#11922)
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/clouds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/clouds.h b/src/client/clouds.h index c009a05b7..6db88d93c 100644 --- a/src/client/clouds.h +++ b/src/client/clouds.h @@ -22,7 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "irrlichttypes_extrabloated.h" #include <iostream> #include "constants.h" -#include "cloudparams.h" +#include "skyparams.h" // Menu clouds class Clouds; |