From 5cf07e3b023a9deceb8d3fc2e0b77a63d9b8d06d Mon Sep 17 00:00:00 2001 From: Rafael Picanço Date: Sat, 17 Dec 2016 14:50:51 -0300 Subject: [PATCH] add missing debug compiler condition --- units/game_control.pas | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/units/game_control.pas b/units/game_control.pas index 557cdd0..130a2d2 100644 --- a/units/game_control.pas +++ b/units/game_control.pas @@ -523,7 +523,9 @@ begin gaAdmin: begin + {$IFDEF DEBUG} WriteLn(S); + {$ENDIF} LConsequence.PresentPoints(GetPlayerBox(AID), FormMatrixGame.LabelGroupCount); end; end; -- libgit2 0.21.2