aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UPlatformLinux.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Classes/UPlatformLinux.pas')
-rw-r--r--Game/Code/Classes/UPlatformLinux.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/Game/Code/Classes/UPlatformLinux.pas b/Game/Code/Classes/UPlatformLinux.pas
index fe4bbf11..0883b0f8 100644
--- a/Game/Code/Classes/UPlatformLinux.pas
+++ b/Game/Code/Classes/UPlatformLinux.pas
@@ -143,6 +143,9 @@ begin
{$ELSE}
result := LogPath+'/';
{$ENDIF}
+
+ forcedirectories( result );
+
end;
function TPlatformLinux.GetGameSharedPath : WideString;