mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +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" );
|
fprintf( fg, " "ENGINE_ATTRIBUTE "=\"ql\"\n" );
|
||||||
#endif*/
|
#endif*/
|
||||||
fprintf( fg, " "TOOLS_ATTRIBUTE "=\"%sinstalls/"QL_PACK "/game\"\n", g_strAppPath.GetBuffer() );
|
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();
|
Str source = g_strAppPath.GetBuffer();
|
||||||
source += "installs/";
|
source += "installs/";
|
||||||
source += QL_PACK;
|
source += QL_PACK;
|
||||||
|
|
Loading…
Reference in a new issue