Changed the QL prefix to '.q3a' to coincide with the prefix in q3map2

This commit is contained in:
Chris Brooke 2012-07-28 16:41:15 +01:00
parent 2101cf6ae7
commit b585ee47a1
1 changed files with 1 additions and 1 deletions

View File

@ -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;