diff --git a/experiment_runner/units/game_actors.pas b/experiment_runner/units/game_actors.pas index 975ee56..8ba77ee 100644 --- a/experiment_runner/units/game_actors.pas +++ b/experiment_runner/units/game_actors.pas @@ -731,7 +731,7 @@ end; procedure TConsequence.PresentPoints(APlayerBox: TPlayerBox; G: TLabel); begin if gscG in FStyle then - G.Caption:= IntToStr(StrToInt(G.Caption) + FP.ResultAsInteger) + G.Caption:= IntToStr(StrToInt(G.Caption) + FP.ResultAsInteger); if (gscI in FStyle) or (gscA in FStyle) or (gscB in FStyle) then if Assigned(APlayerBox) then -- libgit2 0.21.2