# HG changeset patch # User unc0rr # Date 1360613547 -14400 # Node ID c9418ba773522d8d3097caa53bb76c09cb17791a # Parent 713d9eff2ce35443e92db1bee50a4b602164adc5 Replay without frontend mode diff -r 713d9eff2ce3 -r c9418ba77352 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;