diff options
Diffstat (limited to 'plugins/NewStory/src/main.cpp')
-rw-r--r-- | plugins/NewStory/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/main.cpp b/plugins/NewStory/src/main.cpp index c45312d809..6ce6d2134c 100644 --- a/plugins/NewStory/src/main.cpp +++ b/plugins/NewStory/src/main.cpp @@ -158,7 +158,7 @@ void CMPlugin::LoadOptions() bDrawEdge = g_bOptDrawEdge;
bHppCompat = g_bOptHppCompat;
bMsgGrouping = g_bOptGrouping;
- bShowDirecction = g_bShowDirection;
+ bShowDirection = g_bShowDirection;
clCustom[0] = g_clCustom0;
clCustom[1] = g_clCustom1;
|