hedgewars/uGearsHandlersMess.pas
changeset 15694 2a69c6693fbb
parent 15677 785c1af0bf87
child 15710 7383256f8535
equal deleted inserted replaced
15693:2aedd8ca836c 15694:2a69c6693fbb
  6268 
  6268 
  6269                 if resgear^.Hedgehog^.Hat = 'NoHat' then
  6269                 if resgear^.Hedgehog^.Hat = 'NoHat' then
  6270                     LoadHedgehogHat(resgear^.Hedgehog^, 'Reserved/Zombie');
  6270                     LoadHedgehogHat(resgear^.Hedgehog^, 'Reserved/Zombie');
  6271                 end;
  6271                 end;
  6272 
  6272 
  6273         hh^.Gear^.dY := _0;
  6273         hh^.Gear^.dY := -cLittle;
  6274         hh^.Gear^.dX := _0;
  6274         hh^.Gear^.dX := _0;
  6275         doStepHedgehogMoving(hh^.Gear);
  6275         doStepHedgehogMoving(hh^.Gear);
  6276         StopSoundChan(Gear^.SoundChannel);
  6276         StopSoundChan(Gear^.SoundChannel);
  6277         Gear^.Timer := 250;
  6277         Gear^.Timer := 250;
  6278         Gear^.doStep := @doStepIdle;
  6278         Gear^.doStep := @doStepIdle;