]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Fixed, oops
authorLegendaryGuard <rootuser999@gmail.com>
Wed, 9 Dec 2020 20:00:09 +0000 (20:00 +0000)
committerLegendaryGuard <rootuser999@gmail.com>
Wed, 9 Dec 2020 20:00:09 +0000 (20:00 +0000)
Functions-and-other-programming-QuakeC-things-in-Xonotic.md

index 24ca89b1d7bfbec85907f29088c7617bc2647e84..30030adefb9f776ee8b3344f8a28ba8df0a5559d 100644 (file)
@@ -144,10 +144,10 @@ In the moment when player shots the weapon, weapon flashes.
 void W_MuzzleFlash(Weapon thiswep, entity actor, .entity weaponentity, vector shotorg, vector shotdir);
 ```
 
-- [**`Weapon selection functions`**](https://timepath.github.io/scratchspace/d8/d6b/selection_8qh.html)
+- [**Weapon selection functions**](https://timepath.github.io/scratchspace/d8/d6b/selection_8qh.html)
 (located in `qcsrc/server/weapons/selection.qh`)
 
-- [**``Weapon decrease ammo, speed factor, rate factor, reload functions`**](https://timepath.github.io/scratchspace/d5/de0/weaponsystem_8qc.html)
+- [**Weapon decrease ammo, speed factor, rate factor, reload functions**](https://timepath.github.io/scratchspace/d5/de0/weaponsystem_8qc.html)
 (located in `qcsrc/server/weapons/weaponsystem.qh`)