- 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:
Randy Heit 2009-09-03 03:51:41 +00:00
commit 48d78730f3
8 changed files with 443 additions and 29 deletions

View file

@ -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;