mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Merge pull request #286 from jdolan/master
Fix "My Games" folder on Wintoons.
This commit is contained in:
commit
7d4b7ad362
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue