From 3247be0d339d09cd60c4e698c5af7590b09e3e3b Mon Sep 17 00:00:00 2001 From: Justin Marshall Date: Sun, 14 Jun 2020 17:16:36 -0700 Subject: [PATCH] Added title screen to skirmish screen. --- code/REDALERT/NULLDLG.CPP | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/REDALERT/NULLDLG.CPP b/code/REDALERT/NULLDLG.CPP index 61c51fb..55089e2 100644 --- a/code/REDALERT/NULLDLG.CPP +++ b/code/REDALERT/NULLDLG.CPP @@ -804,6 +804,8 @@ oh_dear_its_a_label: bool droplist_is_dropped = housebtn.IsDropped; input = commands->Input(); + Load_Title_Page(true); + /* ** Sort out the input focus between the name edit box and the message system */