fix demo playback
authornemo
Sun, 11 Nov 2012 08:45:51 -0500
changeset 8016 c1223ef70934
parent 8015 e7869e70db35
child 8017 70d386de989f
child 8018 091293bc974f
fix demo playback
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;