mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Move hard coded minimap to builtin (#14071)
This commit is contained in:
@@ -219,11 +219,6 @@ void GameUI::initFlags()
|
||||
m_flags.show_minimal_debug = g_settings->getBool("show_debug");
|
||||
}
|
||||
|
||||
void GameUI::showMinimap(bool show)
|
||||
{
|
||||
m_flags.show_minimap = show;
|
||||
}
|
||||
|
||||
void GameUI::showTranslatedStatusText(const char *str)
|
||||
{
|
||||
showStatusText(wstrgettext(str));
|
||||
|
Reference in New Issue
Block a user