Fix scrollbars loading from command-line. Fix #589

This commit is contained in:
2025-02-09 22:36:21 -06:00
committed by Celtic Minstrel
parent 463e850ac6
commit 43c2f14a63

View File

@@ -206,7 +206,8 @@ int main(int argc, char* argv[]) {
if(ae_loading) {
finish_load_party();
post_load();
if(overall_mode != MODE_STARTUP)
post_load();
}
menu_activate();