[Fix] Screenshots save in home directory now as apposed to project directory.

This commit is contained in:
Allanis 2013-05-14 22:37:30 +01:00
parent 3f0faf7983
commit 3e51896bc1
2 changed files with 1 additions and 3 deletions

View File

@ -1,2 +0,0 @@
I guess you can store some screenshots in here.

View File

@ -1314,7 +1314,7 @@ void player_screenshot(void) {
int done;
char filename[PATH_MAX];
if(lfile_dirMakeExist("../screenshots")) {
if(lfile_dirMakeExist("screenshots")) {
WARN("Aborting screenshots");
return;
}