aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/UPlatformWindows.pas
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-04-07 12:22:27 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-04-07 12:22:27 +0000
commit8a3039ff7c074fe7d2491b765156f56f3c1940b8 (patch)
tree14ad0523d92e0f659d5e204defeec3e94760fdaf /src/base/UPlatformWindows.pas
parent55726dad18659155342a538b51ed82a1b0fcb291 (diff)
downloadusdx-8a3039ff7c074fe7d2491b765156f56f3c1940b8.tar.gz
usdx-8a3039ff7c074fe7d2491b765156f56f3c1940b8.tar.xz
usdx-8a3039ff7c074fe7d2491b765156f56f3c1940b8.zip
write log files to writable user directory
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2223 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/base/UPlatformWindows.pas')
-rw-r--r--src/base/UPlatformWindows.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/UPlatformWindows.pas b/src/base/UPlatformWindows.pas
index 30bad264..8c4469cf 100644
--- a/src/base/UPlatformWindows.pas
+++ b/src/base/UPlatformWindows.pas
@@ -150,7 +150,7 @@ end;
function TPlatformWindows.GetLogPath: IPath;
begin
- Result := GetExecutionDir();
+ Result := GetGameUserPath;
end;
function TPlatformWindows.GetGameSharedPath: IPath;