hedgewars/GSHandlers.inc
changeset 2440 7274a82fddbb
parent 2433 332287d62c81
child 2455 cc54dd148cc2
equal deleted inserted replaced
2439:a1720b062b9c 2440:7274a82fddbb
  2299     move: hwFloat;
  2299     move: hwFloat;
  2300 begin
  2300 begin
  2301 AllInactive:= false;
  2301 AllInactive:= false;
  2302 HHGear:=PHedgehog(Gear^.Hedgehog)^.Gear;
  2302 HHGear:=PHedgehog(Gear^.Hedgehog)^.Gear;
  2303 //dec(Gear^.Timer);
  2303 //dec(Gear^.Timer);
  2304 move:= _0_2;
  2304 move:= _0_1;
  2305 fuel:= 50;
  2305 fuel:= 50;
  2306 (*if (HHGear^.Message and gm_Precise) <> 0 then
  2306 (*if (HHGear^.Message and gm_Precise) <> 0 then
  2307     begin
  2307     begin
  2308     move:= _0_02;
  2308     move:= _0_02;
  2309     fuel:= 5;
  2309     fuel:= 5;