mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-20 09:11:01 +00:00
Add some missing font definitions remove jart
This commit is contained in:
parent
4f1b613b5b
commit
c946c32c5c
1 changed files with 10 additions and 5 deletions
|
@ -257,10 +257,6 @@ void HU_Init(void)
|
|||
PR ("TNYFN");
|
||||
REG;
|
||||
|
||||
ADIM (KART);
|
||||
PR ("MKFNT");
|
||||
REG;
|
||||
|
||||
ADIM (LT);
|
||||
PR ("LTFNT");
|
||||
REG;
|
||||
|
@ -269,6 +265,13 @@ void HU_Init(void)
|
|||
PR ("CRFNT");
|
||||
REG;
|
||||
|
||||
ADIM (NT);
|
||||
PR ("NTFNT");
|
||||
REG;
|
||||
|
||||
PR ("NTFNO");
|
||||
REG;
|
||||
|
||||
DIG (1);
|
||||
|
||||
DIM (0, 10);
|
||||
|
@ -279,7 +282,9 @@ void HU_Init(void)
|
|||
PR ("NGTNUM");
|
||||
REG;
|
||||
|
||||
PR ("PINGN");
|
||||
DIG (2);
|
||||
|
||||
PR ("TTL");
|
||||
REG;
|
||||
|
||||
#undef REG
|
||||
|
|
Loading…
Reference in a new issue