gameui: add console button to main menu

This commit is contained in:
nillerusr
2022-02-05 22:33:45 +03:00
parent 74b7a6d151
commit c36cfccdf0
7 changed files with 24 additions and 17 deletions
+1 -1
View File
@@ -579,7 +579,7 @@ void Cmd_Exec_f( const CCommand &args )
const char *szFile = args[1];
const char *pPathID = "MOD";
const char *pPathID = "*";
Q_snprintf( fileName, sizeof( fileName ), "//%s/cfg/%s", pPathID, szFile );
Q_DefaultExtension( fileName, ".cfg", sizeof( fileName ) );