]> git.lizzy.rs Git - minetest.git/blobdiff - src/gui/touchscreengui.h
Update color of main menu clouds (#8172)
[minetest.git] / src / gui / touchscreengui.h
index 5102f188bf913578599d838018e2ac71c05d7ff3..421f70963854509bdc77257ab59255e7686ac0d9 100644 (file)
@@ -27,7 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include <vector>
 
 #include "client/tile.h"
-#include "game.h"
+#include "client/game.h"
 
 using namespace irr;
 using namespace irr::core;
@@ -81,7 +81,7 @@ typedef enum {
 #define BUTTON_REPEAT_DELAY 0.2f
 
 #define SETTINGS_BAR_Y_OFFSET 5
-#define RARE_CONTROLS_BAR_Y_OFFSET 4
+#define RARE_CONTROLS_BAR_Y_OFFSET 5
 
 extern const char **touchgui_button_imagenames;
 extern const char **touchgui_joystick_imagenames;