Fix for #192
parent
04f747b00b
commit
c25b6ab472
|
@ -181,7 +181,7 @@ CMainDialog::CMainDialog()
|
||||||
#endif
|
#endif
|
||||||
m_publicDir = "program";
|
m_publicDir = "program";
|
||||||
m_userDir = "user";
|
m_userDir = "user";
|
||||||
m_filesDir = "files";
|
m_filesDir = m_savegameDir;
|
||||||
|
|
||||||
m_setupFull = m_app->GetVideoConfig().fullScreen;
|
m_setupFull = m_app->GetVideoConfig().fullScreen;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue