(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

@@ -943,7 +943,7 @@ void GetCurrentDirectoryW(int length, wchar_t *path)
}
#endif
void DetermineBasePaths()
void DetermineBasePaths(const char *exe)
{
_paths.personal_dir = _paths.game_data_dir = MallocT<char>(MAX_PATH);
#if defined(UNICODE)