mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Add prefix_win32 to generated Q2W.game file.
This commit is contained in:
parent
e67e9d6655
commit
246085906e
1 changed files with 1 additions and 0 deletions
|
@ -3531,6 +3531,7 @@ void CGameInstall::Run() {
|
|||
case GAME_Q2W: {
|
||||
fprintf( fg, " "TOOLS_ATTRIBUTE "=\"%sinstalls/Q2WPack/game\"\n", g_strAppPath.GetBuffer() );
|
||||
fprintf( fg, " prefix=\".quake2world\"\n" );
|
||||
fprintf( fg, " prefix_win32=\"Quake2World\"\n");
|
||||
Str source = g_strAppPath.GetBuffer();
|
||||
source += "installs/";
|
||||
source += Q2W_PACK;
|
||||
|
|
Loading…
Reference in a new issue