(svn r9266) -Codechange: unify the retrieval of the base paths a little more.

This commit is contained in:
rubidium
2007-03-17 11:36:04 +00:00
parent 92486ac980
commit 50b2088674
7 changed files with 82 additions and 129 deletions

View File

@@ -433,7 +433,7 @@ int ttd_main(int argc, char *argv[])
}
}
DeterminePaths();
DeterminePaths(argv[0]);
CheckExternalFiles();
#if defined(UNIX) && !defined(__MORPHOS__)