mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
gameui: add console button to main menu
This commit is contained in:
+1
-1
@@ -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 ) );
|
||||
|
||||
Reference in New Issue
Block a user