Commit 5cf07e3b023a9deceb8d3fc2e0b77a63d9b8d06d

Authored by Carlos Picanco
1 parent c4818085
Exists in master

add missing debug compiler condition

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
units/game_control.pas
@@ -523,7 +523,9 @@ begin @@ -523,7 +523,9 @@ begin
523 523
524 gaAdmin: 524 gaAdmin:
525 begin 525 begin
  526 + {$IFDEF DEBUG}
526 WriteLn(S); 527 WriteLn(S);
  528 + {$ENDIF}
527 LConsequence.PresentPoints(GetPlayerBox(AID), FormMatrixGame.LabelGroupCount); 529 LConsequence.PresentPoints(GetPlayerBox(AID), FormMatrixGame.LabelGroupCount);
528 end; 530 end;
529 end; 531 end;