Add Draw::Font::kZVote and Draw::Font::kPing

- OPPRF_FONT
- PINGF_FONT
This commit is contained in:
James R 2023-06-29 18:41:19 -07:00
parent d223019e15
commit 8c0f7d5757
2 changed files with 8 additions and 0 deletions

View file

@ -115,6 +115,12 @@ int Draw::font_to_fontno(Font font)
case Font::kFreeplay:
return KART_FONT;
case Font::kZVote:
return OPPRF_FONT;
case Font::kPing:
return PINGF_FONT;
}
return TINY_FONT;

View file

@ -34,6 +34,8 @@ public:
kGamemode,
kConsole,
kFreeplay,
kZVote,
kPing,
};
enum class Align