diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-04-07 12:22:27 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-04-07 12:22:27 +0000 |
commit | 8a3039ff7c074fe7d2491b765156f56f3c1940b8 (patch) | |
tree | 14ad0523d92e0f659d5e204defeec3e94760fdaf /src | |
parent | 55726dad18659155342a538b51ed82a1b0fcb291 (diff) | |
download | usdx-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')
-rw-r--r-- | src/base/UPlatformWindows.pas | 2 |
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; |