mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Sneaky tabbing fix
This commit is contained in:
parent
c928cf838e
commit
57edcf8e27
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ int FILESYSTEM_init(char *argvZero)
|
||||||
char output[MAX_PATH];
|
char output[MAX_PATH];
|
||||||
int mkdirResult;
|
int mkdirResult;
|
||||||
|
|
||||||
PHYSFS_permitSymbolicLinks(1);
|
PHYSFS_permitSymbolicLinks(1);
|
||||||
PHYSFS_init(argvZero);
|
PHYSFS_init(argvZero);
|
||||||
|
|
||||||
/* Determine the OS user directory */
|
/* Determine the OS user directory */
|
||||||
|
|
Loading…
Reference in a new issue