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 523  
524 524 gaAdmin:
525 525 begin
  526 + {$IFDEF DEBUG}
526 527 WriteLn(S);
  528 + {$ENDIF}
527 529 LConsequence.PresentPoints(GetPlayerBox(AID), FormMatrixGame.LabelGroupCount);
528 530 end;
529 531 end;
... ...