From 08522e4bcff0f552fa0392102e73591e58822524 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 10 Dec 2008 01:01:19 +0000 Subject: Undo previous change. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1417 --- setup/mainmenu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup') diff --git a/setup/mainmenu.c b/setup/mainmenu.c index 55341c81..d4dfe0db 100644 --- a/setup/mainmenu.c +++ b/setup/mainmenu.c @@ -193,15 +193,15 @@ static void RunGUI(void) { SetDisplayDriver(); - TXT_SetDesktopTitle(PACKAGE_NAME " Setup ver " PACKAGE_VERSION); - SetIcon(); - if (!TXT_Init()) { fprintf(stderr, "Failed to initialise GUI\n"); exit(-1); } + TXT_SetDesktopTitle(PACKAGE_NAME " Setup ver " PACKAGE_VERSION); + SetIcon(); + MainMenu(); TXT_GUIMainLoop(); -- cgit v1.2.3