From 166965fdd0fea96c928aafbcc57933ad5d1a7396 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Sun, 19 Jan 2020 15:55:59 -0500 Subject: [PATCH] Fix merge error (calling show_logo twice) --- src/game/boe.main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game/boe.main.cpp b/src/game/boe.main.cpp index 1e1f0192..08bdc475 100644 --- a/src/game/boe.main.cpp +++ b/src/game/boe.main.cpp @@ -194,7 +194,6 @@ void init_boe(int argc, char* argv[]) { init_screen_locs(); init_startup(); flushingInput = true; - show_logo(); // Hidden preference to hide the startup logo - should be kept hidden if(get_bool_pref("ShowStartupLogo", true)) show_logo();