From 0d837c57b81494a88e6c364910b449f3173e3aef Mon Sep 17 00:00:00 2001 From: cpicanco Date: Sat, 31 Dec 2016 19:47:18 -0300 Subject: [PATCH] runner: fix typo --- experiment_runner/units/game_actors.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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