diff --git a/src/win32.cpp b/src/win32.cpp --- a/src/win32.cpp +++ b/src/win32.cpp @@ -943,7 +943,7 @@ void GetCurrentDirectoryW(int length, wc } #endif -void DetermineBasePaths() +void DetermineBasePaths(const char *exe) { _paths.personal_dir = _paths.game_data_dir = MallocT(MAX_PATH); #if defined(UNICODE)