<div dir="ltr">> curious minds want to know: what was the fix?<div><br></div><div>In a separate part of the pool table initialization, I was precalculating the midpoints and normals for bumper rails. I had carelessly written this code:</div><div><br></div><div><font face="monospace">  for I := 0 to Length(Rails) do<br>    RailInit(Rails[I], I);  </font><br></div></div>