]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Remove a part of bold font in the description in the HUD, Menu and Draw functions...
authorLegendaryGuard <rootuser999@gmail.com>
Mon, 14 Mar 2022 22:34:50 +0000 (22:34 +0000)
committerLegendaryGuard <rootuser999@gmail.com>
Mon, 14 Mar 2022 22:34:50 +0000 (22:34 +0000)
Programming-QuakeC-stuff-in-Xonotic.md

index 7d3ea82b677ca0b4a3999e6ecdc312fdd1b6fdac..de7a3edffbb3e2f8b10a8aa241e890c654b78f32 100644 (file)
@@ -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)