From 71fe69ef7718a6f3fcac979d1b5cf4fe94330983 Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Mon, 14 Mar 2022 22:34:50 +0000 Subject: [PATCH] Remove a part of bold font in the description in the HUD, Menu and Draw functions section --- Programming-QuakeC-stuff-in-Xonotic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Programming-QuakeC-stuff-in-Xonotic.md b/Programming-QuakeC-stuff-in-Xonotic.md index 7d3ea82..de7a3ed 100644 --- a/Programming-QuakeC-stuff-in-Xonotic.md +++ b/Programming-QuakeC-stuff-in-Xonotic.md @@ -220,7 +220,7 @@ You can look the draw functions where HUD is being drawn: More info inside the code where you can draw/print HUD and menu: - [**Globals, constants, fonts, prints, error cmds, vector stuff, conversion functions and all drawing/printing HUDs/menus/characters related (`qcsrc/dpdefs/upstream/menudefs.qc`)**](https://timepath.github.io/scratchspace/d8/de2/menudefs_8qc_source.html) -**Important changes about menus we could learn of:** +Important changes about menus we could learn of: - [**Terms of Service in window display and in multiplayer dialog**](https://gitlab.com/xonotic/xonotic-data.pk3dir/-/commit/19bd3a4f) (Still WIP) -- 2.39.2