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;