We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00065b commit 08a7396Copy full SHA for 08a7396
src/xrEngine/xr_ioc_cmd.h
@@ -52,8 +52,8 @@ public :
52
Msg("~ Invalid syntax in call to '%s'",cName);
53
Msg("~ Valid arguments: %s", I);
54
55
- g_SASH.OnConsoleInvalidSyntax("~ Invalid syntax in call to '%s'",cName, false);
56
- g_SASH.OnConsoleInvalidSyntax("~ Valid arguments: %s", I, true);
+ g_SASH.OnConsoleInvalidSyntax(false, "~ Invalid syntax in call to '%s'", cName);
+ g_SASH.OnConsoleInvalidSyntax(true, "~ Valid arguments: %s", I);
57
}
58
virtual void Execute (LPCSTR args) = 0;
59
virtual void Status (TStatus& S) { S[0]=0; }
0 commit comments