summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rw-r--r--amiga/gui.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 72dbfc471..c3e51de87 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -5250,11 +5250,12 @@ int main(int argc, char** argv)
*/
nslog_init(NULL, &argc, argv);
+ /* Need to do this before opening any splash windows etc... */
+ ami_libs_open();
+
/* Open splash window */
Object *splash_window = ami_gui_splash_open();
- ami_libs_open();
-
/* Open popupmenu.library just to check the version.
* Versions older than 53.11 are dangerous, so we
* forcibly disable context menus if these are in use.