Fixed linux build *sigh*
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40867
This commit is contained in:
parent
8bd6bf1b57
commit
1dffe2e648
@ -1785,7 +1785,7 @@ void CPluginManager::OnRootConsoleCommand(const char *command, unsigned int argc
|
|||||||
g_RootMenu.ConsolePrint(" Debugging: %s", pl->IsDebugging() ? "Yes" : "No");
|
g_RootMenu.ConsolePrint(" Debugging: %s", pl->IsDebugging() ? "Yes" : "No");
|
||||||
g_RootMenu.ConsolePrint(" Running: %s", pl->GetStatus() == Plugin_Running ? "Yes" : "No");
|
g_RootMenu.ConsolePrint(" Running: %s", pl->GetStatus() == Plugin_Running ? "Yes" : "No");
|
||||||
|
|
||||||
const char *typestr;
|
const char *typestr = "";
|
||||||
switch (pl->GetType())
|
switch (pl->GetType())
|
||||||
{
|
{
|
||||||
case PluginType_MapUpdated:
|
case PluginType_MapUpdated:
|
||||||
|
Loading…
Reference in New Issue
Block a user