# HG changeset patch # User sheepluva # Date 1439074189 -7200 # Node ID 598fa14a3a1ace0db2c198f67642652cc3b48b48 # Parent 3ab93d702fb1bb04e8f0018b2260fc8bb0466bfe comment tweaks 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}