diff -r 3ab93d702fb1 -r 598fa14a3a1a hedgewars/uMisc.pas --- a/hedgewars/uMisc.pas Sun Aug 09 00:25:35 2015 +0200 +++ b/hedgewars/uMisc.pas Sun Aug 09 00:49:49 2015 +0200 @@ -250,7 +250,7 @@ exit; end; -// read pixels from the front buffer +// read pixels from land array if dump > 0 then begin for y:= 0 to LAND_HEIGHT-1 do @@ -274,6 +274,7 @@ end end else +// read pixels from the front buffer begin glReadPixels(0, 0, cScreenWidth, cScreenHeight, format, GL_UNSIGNED_BYTE, p); {$IFDEF USE_VIDEO_RECORDING}