diff options
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Classes/TextGL.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Classes/TextGL.pas b/Game/Code/Classes/TextGL.pas index 9700ce7a..8a702ca7 100644 --- a/Game/Code/Classes/TextGL.pas +++ b/Game/Code/Classes/TextGL.pas @@ -131,7 +131,7 @@ begin {$ELSE}
loadfont( 0, 'FNT', 'Font' );
loadfont( 1, 'FNT', 'FontB' );
- loadfont( 2, 'FNT', 'Font0' );
+ loadfont( 2, 'FNT', 'FontO' );
loadfont( 3, 'FNT', 'FontO2' );
{$ENDIF}
|