Linux build fixes.

This commit is contained in:
Dario
2025-01-27 22:08:44 -03:00
committed by Mr-Wiseguy
parent b8f0658343
commit 8062a420c6
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -326,7 +326,9 @@ void ModMenu::create_mod_list() {
mod_entry_middles.resize(mod_entry_buttons.size());
mod_selected(0);
if (!mod_details.empty()) {
mod_selected(0);
}
}
ModMenu::ModMenu(Element *parent) : Element(parent) {