Add prefix_win32 to generated Q2W.game file.

This commit is contained in:
jdolan 2013-06-02 10:35:21 -04:00
parent e67e9d6655
commit 246085906e
1 changed files with 1 additions and 0 deletions

View File

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