# HG changeset patch # User nemo # Date 1352641551 18000 # Node ID c1223ef709343cdce58fb596a30befa05e039182 # Parent e7869e70db35f965ce2872d0a5450a5d7c8d618c fix demo playback diff -r e7869e70db35 -r c1223ef70934 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Thu Nov 08 18:05:05 2012 -0500 +++ b/hedgewars/uVariables.pas Sun Nov 11 08:45:51 2012 -0500 @@ -2556,6 +2556,7 @@ UserPathPrefix := ''; ipcPort := 0; + recordFileName := ''; UserNick := ''; cStereoMode := smNone; GrayScale := false; @@ -2584,7 +2585,6 @@ cOnlyStats := False; lastVisualGearByUID := nil; lastGearByUID := nil; - recordFileName := ''; cReadyDelay := 5000; Pathz := cPathz;