branch | webgl |
changeset 7977 | 4987f6f83cdf |
parent 7896 | 67217e6108fd |
child 8018 | 091293bc974f |
--- 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;