hedgewars/uVariables.pas
changeset 5558 49cfd05ccb83
parent 5543 5e597b725316
child 5562 8056d82b4d23
equal deleted inserted replaced
5557:5a971d01a545 5558:49cfd05ccb83
  2503     if isPhone() then
  2503     if isPhone() then
  2504         cMaxCaptions:= 3
  2504         cMaxCaptions:= 3
  2505     else
  2505     else
  2506         cMaxCaptions:= 4;
  2506         cMaxCaptions:= 4;
  2507 
  2507 
  2508     vobSDFrameTicks:= 0;
  2508     vobSDFrameTicks:= 99999;
  2509     vobSDFramesCount:= 0;
  2509     vobSDFramesCount:= 4;
  2510     vobSDCount:= 30 * cScreenSpace div LAND_WIDTH;
  2510     vobSDCount:= 30 * cScreenSpace div LAND_WIDTH;
  2511     vobSDVelocity:= 0;
  2511     vobSDVelocity:= 15;
  2512     vobSDFallSpeed:= 0;
  2512     vobSDFallSpeed:= 250;
  2513 
  2513 
  2514     LuaGoals:= '';
  2514     LuaGoals:= '';
  2515 end;
  2515 end;
  2516 
  2516 
  2517 procedure freeModule;
  2517 procedure freeModule;