We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23bd563 commit 1ea9bfcCopy full SHA for 1ea9bfc
src/gui/guiFormSpecMenu.cpp
@@ -2651,7 +2651,7 @@ void GUIFormSpecMenu::regenerateGui(v2u32 screensize)
2651
if (enable_prepends) {
2652
// Backup the coordinates so that prepends can use the coordinates of choice.
2653
bool rc_backup = mydata.real_coordinates;
2654
- bool version_backup = m_formspec_version;
+ u16 version_backup = m_formspec_version;
2655
mydata.real_coordinates = false; // Old coordinates by default.
2656
2657
std::vector<std::string> prepend_elements = split(m_formspec_prepend, ']');
0 commit comments