diff -r aab4767d9a50 -r 663ecfb05df6 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Sat Jan 23 07:53:57 2016 +0100 +++ b/hedgewars/uVariables.pas Sat Jan 23 08:11:14 2016 +0100 @@ -215,6 +215,7 @@ InCinematicMode : boolean; CinematicSteps : LongInt; CinematicBarH : LongInt; + CinematicScript : boolean; UIDisplay : TUIDisplay; LocalMessage : LongWord; @@ -2691,6 +2692,7 @@ InCinematicMode := false; CinematicSteps := 0; CinematicBarH := 0; + CinematicScript := false; // those values still are not perfect cLeftScreenBorder:= round(-cMinZoomLevel * cScreenWidth);