Update plugins for new syntax.

This commit is contained in:
David Anderson
2014-11-30 18:57:38 -08:00
parent 157549e119
commit cb4fdf1aa9
11 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -79,7 +79,7 @@ BuildDynamicMenu()
char executeBuffer[32];
KeyValues kvMenu = KeyValues("Commands");
KeyValues kvMenu = new KeyValues("Commands");
kvMenu.SetEscapeSequences(true);
char file[256];
@@ -325,7 +325,7 @@ BuildDynamicMenu()
ParseConfigs()
{
if (!g_configParser)
g_configParser = SMCParser();
g_configParser = new SMCParser();
g_configParser.OnEnterSection = NewSection;
g_configParser.OnKeyValue = KeyValue;