1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-23 01:59:43 +01:00

Forgot a 0...

This commit is contained in:
Ethan Lee 2021-04-11 11:44:56 -04:00
parent 2f0a0bce4c
commit 2e630ce06c

View file

@ -84,7 +84,7 @@ int FILESYSTEM_init(char *argvZero, char* baseDir, char *assetsPath)
}
/* Create base user directory (NOT with PhysFS!), mount */
mkdirResult = mkdir(output, 777);
mkdirResult = mkdir(output, 0777);
/* Mount our base user directory */
PHYSFS_mount(output, NULL, 0);