diff options
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
-rw-r--r-- | plugins/NewStory/src/stdafx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/NewStory/src/stdafx.h b/plugins/NewStory/src/stdafx.h index eb3adc1797..c4a5065c99 100644 --- a/plugins/NewStory/src/stdafx.h +++ b/plugins/NewStory/src/stdafx.h @@ -82,7 +82,7 @@ struct CMPlugin : public PLUGIN<CMPlugin> HANDLE m_log; CMOption<bool> bOptVScroll; - bool bMsgGrouping; // this option is a copy of static CMOption to keep performance high + bool bMsgGrouping, bDrawEdge; // thesw options are a copy of static CMOption to keep performance high CMPlugin(); @@ -90,5 +90,5 @@ struct CMPlugin : public PLUGIN<CMPlugin> int Unload() override; }; -extern CMOption<bool> g_bOptGrouping; -extern wchar_t* months[12];
\ No newline at end of file +extern CMOption<bool> g_bOptGrouping, g_bOptDrawEdge; +extern wchar_t* months[12]; |