diff options
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Screens/UScreenCredits.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Screens/UScreenCredits.pas b/Game/Code/Screens/UScreenCredits.pas index ab883b84..2cf78d12 100644 --- a/Game/Code/Screens/UScreenCredits.pas +++ b/Game/Code/Screens/UScreenCredits.pas @@ -337,7 +337,7 @@ begin end else {$IFDEF FPC} - writeln( 'could not open file - test.png'); + debugWriteln( 'could not open file - test.png'); {$ELSE} showmessage('could not open file - test.png'); {$ENDIF} |