mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-11 01:02:16 +00:00
Fix minor errors
This commit is contained in:
parent
8ee25a7c8a
commit
a2739b8032
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
/// \file font.h
|
||||
/// \brief Font setup
|
||||
|
||||
#ifndef __FONT_H_
|
||||
#ifndef __FONT_H__
|
||||
#define __FONT_H__
|
||||
|
||||
#define MAX_FONTS 32
|
||||
|
|
|
|||
|
|
@ -250,7 +250,7 @@ void HU_Init(void)
|
|||
|
||||
if (!dedicated)
|
||||
{
|
||||
#define DIM( start, size ) ( font.start = start, font.size = size )
|
||||
#define DIM( s, n ) ( font.start = s, font.size = n )
|
||||
#define ADIM( name ) DIM (name ## _FONTSTART, name ## _FONTSIZE)
|
||||
#define PR( s ) strcpy(font.prefix, s)
|
||||
#define DIG( n ) ( font.digits = n )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue