diff -r 3897da404301 -r 9844450389a4 hedgewars/uVideoRec.pas --- a/hedgewars/uVideoRec.pas Sun Dec 16 10:42:50 2018 -0500 +++ b/hedgewars/uVideoRec.pas Sun Dec 16 18:40:25 2018 +0100 @@ -36,7 +36,7 @@ var flagPrerecording: boolean = false; function BeginVideoRecording: Boolean; -function LoadNextCameraPosition(out newRealTicks, newGameTicks: LongInt): Boolean; +function LoadNextCameraPosition(var newRealTicks, newGameTicks: LongInt): Boolean; procedure EncodeFrame; procedure StopVideoRecording; @@ -190,7 +190,7 @@ inc(numFrames); end; -function LoadNextCameraPosition(out newRealTicks, newGameTicks: LongInt): Boolean; +function LoadNextCameraPosition(var newRealTicks, newGameTicks: LongInt): Boolean; var frame: TFrame = (realTicks: 0; gameTicks: 0; CamX: 0; CamY: 0; zoom: 0); begin // we need to skip or duplicate frames to match target framerate