equal
deleted
inserted
replaced
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 |