mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-05 16:41:33 +03:00
Remove Ethan's binary-or comment
This comment was referring to a now-deleted variable named mkdirResult that was binary-"or"ed with all mkdir() results... except for the saves directory. That variable was only used for save file migration, which is now axed, so this comment is referring to nothing now. I don't really know the answer to Ethan's question, but it doesn't matter now.
This commit is contained in:
@@ -122,7 +122,7 @@ int FILESYSTEM_init(char *argvZero, char* baseDir, char *assetsPath)
|
|||||||
"saves",
|
"saves",
|
||||||
pathSep
|
pathSep
|
||||||
);
|
);
|
||||||
mkdir(saveDir, 0777); /* FIXME: Why did I not | this? -flibit */
|
mkdir(saveDir, 0777);
|
||||||
vlog_info("Save directory: %s", saveDir);
|
vlog_info("Save directory: %s", saveDir);
|
||||||
|
|
||||||
/* Store full level directory */
|
/* Store full level directory */
|
||||||
|
|||||||
Reference in New Issue
Block a user