oops, we can reference this implicitly now

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40730
This commit is contained in:
David Anderson 2007-05-02 20:46:21 +00:00
parent a5c018724a
commit 2489044d8b

View File

@ -801,7 +801,7 @@ void ConCmdManager::OnRootConsoleCommand(const char *command, unsigned int argco
const char *num = engine->Cmd_Argv(3);
if (atoi(num) == 1)
{
g_ConCmds.NotifyExecDone(NULL);
NotifyExecDone(NULL);
}
}