mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 10:09:43 +01:00
Forgot a 0...
This commit is contained in:
parent
2f0a0bce4c
commit
2e630ce06c
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ int FILESYSTEM_init(char *argvZero, char* baseDir, char *assetsPath)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Create base user directory (NOT with PhysFS!), mount */
|
/* Create base user directory (NOT with PhysFS!), mount */
|
||||||
mkdirResult = mkdir(output, 777);
|
mkdirResult = mkdir(output, 0777);
|
||||||
|
|
||||||
/* Mount our base user directory */
|
/* Mount our base user directory */
|
||||||
PHYSFS_mount(output, NULL, 0);
|
PHYSFS_mount(output, NULL, 0);
|
||||||
|
|
Loading…
Reference in a new issue