hedgewars/uVideoRec.pas
changeset 14887 a414d37278df
parent 14879 002f7d41f5ce
child 14893 66b510a8b81c
--- a/hedgewars/uVideoRec.pas	Sun May 05 17:23:59 2019 +0200
+++ b/hedgewars/uVideoRec.pas	Mon May 06 00:43:27 2019 +0200
@@ -227,7 +227,7 @@
 var thumbpath: shortstring;
     k: LongInt;
 begin
-    thumbpath:= '/VideoTemp/' + RecPrefix;
+    thumbpath:= '/VideoThumbnails/' + RecPrefix;
     AddFileLog('Saving thumbnail ' + thumbpath);
     k:= max(max(cScreenWidth, cScreenHeight) div 400, 1); // here 400 is minimum size of thumbnail
     MakeScreenshot(thumbpath, k, 0);