hedgewars/uGearsRender.pas
changeset 14663 fb73852e6f4d
parent 14656 db05d9bf7466
child 14736 8563cc40fc1e
equal deleted inserted replaced
14662:35fc8266a1e3 14663:fb73852e6f4d
  1188             begin
  1188             begin
  1189             if (CurAmmoGear <> nil) and (CurAmmoGear^.Kind = gtResurrector) then
  1189             if (CurAmmoGear <> nil) and (CurAmmoGear^.Kind = gtResurrector) then
  1190                 DrawTextureCentered(ox, sy - cHHRadius - 7 - HealthTagTex^.h, HealthTagTex);
  1190                 DrawTextureCentered(ox, sy - cHHRadius - 7 - HealthTagTex^.h, HealthTagTex);
  1191 
  1191 
  1192             if (Gear^.State and gstDrowning) = 0 then
  1192             if (Gear^.State and gstDrowning) = 0 then
  1193                 if (Gear^.State and gstHHThinking) <> 0 then
  1193                 if ((Gear^.State and gstHHThinking) <> 0) and (not CinematicScript) then
  1194                     DrawSprite(sprQuestion, ox - 10, oy - cHHRadius - 34, (RealTicks shr 9) mod 8)
  1194                     DrawSprite(sprQuestion, ox - 10, oy - cHHRadius - 34, (RealTicks shr 9) mod 8)
  1195             end
  1195             end
  1196         end;
  1196         end;
  1197 
  1197 
  1198     if HH^.Effects[hePoisoned] <> 0 then
  1198     if HH^.Effects[hePoisoned] <> 0 then