Make sure msg_clear is sent after confirm message (#10065)

This commit is contained in:
Ville Hakulinen
2019-06-03 00:38:19 +03:00
committed by Björn Linse
parent 8a33cb32ba
commit 40218d1180
5 changed files with 44 additions and 14 deletions

View File

@@ -88,7 +88,7 @@ extern MessageHistoryEntry *first_msg_hist;
/// Last message
extern MessageHistoryEntry *last_msg_hist;
EXTERN bool msg_ext_did_cmdline INIT(= false);
EXTERN bool msg_ext_need_clear INIT(= false);
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "message.h.generated.h"