Add prefix_win32 to generated Q2W.game file.

This commit is contained in:
jdolan 2013-06-02 10:35:21 -04:00 committed by Timothee Besset
parent 56d46ea561
commit b7788b51fd

View file

@ -3556,6 +3556,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;