diff options
Diffstat (limited to 'NorthstarDedicatedTest/sourceconsole.cpp')
-rw-r--r-- | NorthstarDedicatedTest/sourceconsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/sourceconsole.cpp b/NorthstarDedicatedTest/sourceconsole.cpp index 0aeacb86..a65c62d5 100644 --- a/NorthstarDedicatedTest/sourceconsole.cpp +++ b/NorthstarDedicatedTest/sourceconsole.cpp @@ -16,7 +16,7 @@ void ConCommand_toggleconsole(const CCommand& arg) void ConCommand_help(const CCommand& arg) { - + // todo: this should basically just call FindConVar once we have that working, then just print convar.GetHelpString } typedef void(*OnCommandSubmittedType)(CConsoleDialog* consoleDialog, const char* pCommand); |