Browse Source

* RegisterBGIFont would not return a FONT number!

carl 26 years ago
parent
commit
dcc1d5f92b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/graph/text.inc

+ 1 - 1
rtl/inc/graph/text.inc

@@ -297,7 +297,7 @@
                             exit;
                             exit;
                           end;
                           end;
                         fonts[b].instr:=FontData;
                         fonts[b].instr:=FontData;
-                        RegisterBGIfont:=grOK;
+                        RegisterBGIfont:=b;
                      end;
                      end;
                 end;
                 end;
            end
            end