mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Deal with compiler warnings
This commit is contained in:
parent
faecff570c
commit
a89afe1229
12 changed files with 30 additions and 30 deletions
|
@ -304,7 +304,7 @@ void Minimap::setModeIndex(size_t index)
|
|||
data->mode = m_modes[index];
|
||||
m_current_mode_index = index;
|
||||
} else {
|
||||
data->mode = MinimapModeDef{MINIMAP_TYPE_OFF, gettext("Minimap hidden"), 0, 0, ""};
|
||||
data->mode = {MINIMAP_TYPE_OFF, gettext("Minimap hidden"), 0, 0, "", 0};
|
||||
m_current_mode_index = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue