hedgewars/uVariables.pas
changeset 10625 125e120165aa
parent 10603 bda5c7caf396
child 10633 2f062fac5791
equal deleted inserted replaced
10624:05bb44f4d92f 10625:125e120165aa
  2615     cRightScreenBorder:= round(cMinZoomLevel * cScreenWidth + LAND_WIDTH);
  2615     cRightScreenBorder:= round(cMinZoomLevel * cScreenWidth + LAND_WIDTH);
  2616     cScreenSpace:= cRightScreenBorder - cLeftScreenBorder;
  2616     cScreenSpace:= cRightScreenBorder - cLeftScreenBorder;
  2617 
  2617 
  2618     dirtyLandTexCount:= 0;
  2618     dirtyLandTexCount:= 0;
  2619 
  2619 
  2620     vobFrameTicks:= 99999;
  2620     vobFrameTicks:= 0;
  2621     vobFramesCount:= 4;
  2621     vobFramesCount:= 4;
  2622     vobCount:= 0;
  2622     vobCount:= 0;
  2623     vobVelocity:= 10;
  2623     vobVelocity:= 10;
  2624     vobFallSpeed:= 100;
  2624     vobFallSpeed:= 100;
  2625 
  2625 
  2626     vobSDFrameTicks:= 99999;
  2626     vobSDFrameTicks:= 0;
  2627     vobSDFramesCount:= 4;
  2627     vobSDFramesCount:= 4;
  2628     vobSDCount:= 30 * cScreenSpace div LAND_WIDTH;
  2628     vobSDCount:= 30 * cScreenSpace div LAND_WIDTH;
  2629     vobSDVelocity:= 15;
  2629     vobSDVelocity:= 15;
  2630     vobSDFallSpeed:= 250;
  2630     vobSDFallSpeed:= 250;
  2631 
  2631