- Mac version now links. Updaterevision refuses to give me a version number.
Zipdir is not doing byte swapping like it should. zdoom.ini is stored in ~/Preferences, but all other file accesses are probably going to be like Windows and look in the same directory as the executable. SVN r1786 (trunk)
This commit is contained in:
parent
1d582a7550
commit
48d78730f3
8 changed files with 443 additions and 29 deletions
|
|
@ -298,7 +298,7 @@ static long ParseCommandLine (const char *args, int *argc, char **argv)
|
|||
}
|
||||
|
||||
|
||||
#if defined(unix) || defined(__APPLE__)
|
||||
#if defined(unix)
|
||||
FString GetUserFile (const char *file, bool nodir)
|
||||
{
|
||||
FString path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue