From b7788b51fd79bfe0bcaccbdafe803f1c559d9b86 Mon Sep 17 00:00:00 2001 From: jdolan Date: Sun, 2 Jun 2013 10:35:21 -0400 Subject: [PATCH] Add prefix_win32 to generated Q2W.game file. --- radiant/preferences.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/radiant/preferences.cpp b/radiant/preferences.cpp index a09b35b..21162a2 100644 --- a/radiant/preferences.cpp +++ b/radiant/preferences.cpp @@ -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;