1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 06:28:30 +02: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);