mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-09 19:41:04 +00:00
Changed the QL prefix to '.q3a' to coincide with the prefix in q3map2
This commit is contained in:
parent
2101cf6ae7
commit
b585ee47a1
1 changed files with 1 additions and 1 deletions
|
@ -3635,7 +3635,7 @@ void CGameInstall::Run() {
|
|||
fprintf( fg, " "ENGINE_ATTRIBUTE "=\"ql\"\n" );
|
||||
#endif*/
|
||||
fprintf( fg, " "TOOLS_ATTRIBUTE "=\"%sinstalls/"QL_PACK "/game\"\n", g_strAppPath.GetBuffer() );
|
||||
fprintf( fg, " prefix=\".ql\"\n" );
|
||||
fprintf( fg, " prefix=\".q3a\"\n" );
|
||||
Str source = g_strAppPath.GetBuffer();
|
||||
source += "installs/";
|
||||
source += QL_PACK;
|
||||
|
|
Loading…
Reference in a new issue