Replay without frontend mode 0.9.18
authorunc0rr
Tue, 12 Feb 2013 00:12:27 +0400
branch0.9.18
changeset 7966 c9418ba77352
parent 7962 713d9eff2ce3
child 7970 a8c6b700ba1c
Replay without frontend mode
hedgewars/uVariables.pas
--- 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;