diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index f366ca4052..af4f137e07 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -440,6 +440,7 @@ public: int m_iLogFilterFlags;
bool m_bFilterEnabled, m_bNicklistEnabled;
bool m_bFGSet, m_bBGSet;
+ bool m_bInMenu;
COLORREF m_iFG, m_iBG;
void ClearLog();
|