Add missing logger context types in help

This commit is contained in:
Amos 2023-07-20 08:16:53 +02:00
parent c257cc12c5
commit 3531a4c4c6

View File

@ -828,6 +828,8 @@ void CON_Help_f(const CCommand& args)
DevMsg(eDLL_T::FS, " = FileSystem (Code)\n");
DevMsg(eDLL_T::RTECH, " = PakLoad API (Code)\n");
DevMsg(eDLL_T::MS, " = MaterialSystem (Code)\n");
DevMsg(eDLL_T::AUDIO, " = Audio DLL (Code)\n");
DevMsg(eDLL_T::VIDEO, " = Video DLL (Code)\n");
DevMsg(eDLL_T::NETCON, " = NetConsole (Code)\n");
}