equal
deleted
inserted
replaced
525 inc(currentRank, i); |
525 inc(currentRank, i); |
526 i:= 0; |
526 i:= 0; |
527 deathEntry:= deathEntry^.NextEntry; |
527 deathEntry:= deathEntry^.NextEntry; |
528 end; |
528 end; |
529 |
529 |
530 // “Achievements” / Details part of stats screen |
530 // "Achievements" / Details part of stats screen |
531 if SendAchievementsStatsOn then |
531 if SendAchievementsStatsOn then |
532 begin |
532 begin |
533 if msdhh <> nil then |
533 if msdhh <> nil then |
534 SendStat(siMaxStepDamage, IntToStr(msd) + ' ' + msdhh^.Name + ' (' + msdhh^.Team^.TeamName + ')'); |
534 SendStat(siMaxStepDamage, IntToStr(msd) + ' ' + msdhh^.Name + ' (' + msdhh^.Team^.TeamName + ')'); |
535 if mskcnt = 1 then |
535 if mskcnt = 1 then |