diff -r 1a8308265fdd -r 4987f6f83cdf hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Wed Nov 07 13:31:58 2012 +0000 +++ b/hedgewars/uVariables.pas Wed Nov 07 14:41:35 2012 +0000 @@ -2717,10 +2717,13 @@ vobSDVelocity:= 15; vobSDFallSpeed:= 250; +{$IFNDEF PAS2C} + //TODO: FIXME!! cMinScreenWidth:= min(cScreenWidth, 640); cMinScreenHeight:= min(cScreenHeight, 480); cOrigScreenWidth:= cScreenWidth; cOrigScreenHeight:= cScreenHeight; +{$ENDIF} cNewScreenWidth := cScreenWidth; cNewScreenHeight := cScreenHeight;