- fix issue #1708 - respect user preferences when specifying custom save/config/screenshot paths
This commit is contained in:
parent
dd07f6513f
commit
03d76027cf
5 changed files with 68 additions and 18 deletions
|
|
@ -54,9 +54,6 @@
|
|||
#include "md5.h"
|
||||
#include "i_specialpaths.h"
|
||||
|
||||
void I_OpenShellFolder(const char*);
|
||||
void I_OpenShellFile(const char*);
|
||||
|
||||
extern FILE* Logfile;
|
||||
|
||||
CCMD (quit)
|
||||
|
|
@ -341,18 +338,3 @@ CCMD(printlocalized)
|
|||
|
||||
}
|
||||
|
||||
CCMD(opensaves)
|
||||
{
|
||||
I_OpenShellFolder(M_GetSavegamesPath().GetChars());
|
||||
}
|
||||
|
||||
CCMD(openscreenshots)
|
||||
{
|
||||
I_OpenShellFolder(M_GetScreenshotsPath().GetChars());
|
||||
}
|
||||
|
||||
CCMD(openconfig)
|
||||
{
|
||||
I_OpenShellFile(M_GetConfigPath(false).GetChars());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue