@@ -886,9 +886,10 @@ var |
| 886 |
Stream: TStream; |
886 |
Stream: TStream; |
| 887 |
begin |
887 |
begin |
| 888 |
if Screen.Fonts.IndexOf('Pixelite') < 0 then |
888 |
if Screen.Fonts.IndexOf('Pixelite') < 0 then |
| 889 |
MessageDlg('Warning', 'You don''t have the Pixelite .FON file installed, '+ |
889 |
MessageDlg('Warning', 'You don''t have the Pixelite .TTF file in the same '+ |
| 890 |
'which means the tracker view will be messed up. Please install the font and restart!', |
890 |
'directory as the program, which means you likely didn''t extract the program before running.'+ |
| 891 |
mtWarning, [mbOk], 0); |
891 |
LineEnding+LineEnding+'Please extract, and restart!', |
|
|
892 |
mtWarning, [mbOk], 0); |
| 892 |
|
893 |
|
| 893 |
ReturnNilIfGrowHeapFails := False; |
894 |
ReturnNilIfGrowHeapFails := False; |
| 894 |
PreviewingInstrument := -1; |
895 |
PreviewingInstrument := -1; |