Skip to content

Commit

Permalink
Merge pull request #286 from jdolan/master
Browse files Browse the repository at this point in the history
Fix "My Games" folder on Wintoons.
  • Loading branch information
TTimo committed Mar 8, 2015
2 parents b648ced + 3446bf9 commit 7d4b7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiant/preferences.cpp
Expand Up @@ -1323,7 +1323,7 @@ void CGameDialog::Init(){
g_qeglobals.m_strHomeGame += "/";
#elif defined ( _WIN32 )
g_qeglobals.m_strHomeGame = g_get_home_dir();
g_qeglobals.m_strHomeGame += "\\My Games\\";
g_qeglobals.m_strHomeGame += "\\My Documents\\My Games\\";
g_qeglobals.m_strHomeGame += m_pCurrentGameDescription->mUserPathPrefix.GetBuffer();
g_qeglobals.m_strHomeGame += "\\";
#endif
Expand Down

0 comments on commit 7d4b7ad

Please sign in to comment.