Merge pull request #286 from jdolan/master

Fix "My Games" folder on Wintoons.
This commit is contained in:
Timothee "TTimo" Besset 2015-03-08 10:40:54 -05:00
commit 7d4b7ad362
1 changed files with 1 additions and 1 deletions

View File

@ -1323,7 +1323,7 @@ void CGameDialog::Init(){
g_qeglobals.m_strHomeGame += "/"; g_qeglobals.m_strHomeGame += "/";
#elif defined ( _WIN32 ) #elif defined ( _WIN32 )
g_qeglobals.m_strHomeGame = g_get_home_dir(); 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 += m_pCurrentGameDescription->mUserPathPrefix.GetBuffer();
g_qeglobals.m_strHomeGame += "\\"; g_qeglobals.m_strHomeGame += "\\";
#endif #endif