aboutsummaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorZughy <63455151+Zughy@users.noreply.github.com>2022-01-22 12:42:49 +0100
committerGitHub <noreply@github.com>2022-01-22 12:42:49 +0100
commit37d80784ddfc0ff07baee214570c80dc5dd92ca7 (patch)
tree809dbbca952a6af443f3eb132e8c5f0c77206a46 /src/client
parentf66ed2c27fa0f351ffb458224af74f3371d6f4ac (diff)
downloadhax-minetest-server-37d80784ddfc0ff07baee214570c80dc5dd92ca7.tar.gz
hax-minetest-server-37d80784ddfc0ff07baee214570c80dc5dd92ca7.zip
Allow resetting celestial vault elements by leaving its arguments empty (#11922)
Diffstat (limited to 'src/client')
-rw-r--r--src/client/clouds.h2
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;