hedgewars/uVariables.pas
branch0.9.18
changeset 7966 c9418ba77352
parent 7946 a99a79bbd857
--- a/hedgewars/uVariables.pas	Sat Dec 08 15:38:16 2012 +0100
+++ b/hedgewars/uVariables.pas	Tue Feb 12 00:12:27 2013 +0400
@@ -2558,6 +2558,7 @@
     GrayScale       := false;
     PathPrefix      := './';
     GameType        := gmtLocal;
+    recordFileName      := '';
 
 {$IFDEF USE_VIDEO_RECORDING}
     RecPrefix          := '';
@@ -2583,7 +2584,6 @@
     cOnlyStats          := False;
     lastVisualGearByUID := nil;
     lastGearByUID       := nil;
-    recordFileName      := '';
     cReadyDelay         := 5000;
     Pathz               := cPathz;