Fixed linux build *sigh*

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40867
This commit is contained in:
Scott Ehlert 2007-05-29 22:05:52 +00:00
parent 8bd6bf1b57
commit 1dffe2e648

View File

@ -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(" Running: %s", pl->GetStatus() == Plugin_Running ? "Yes" : "No");
const char *typestr;
const char *typestr = "";
switch (pl->GetType())
{
case PluginType_MapUpdated: