]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Functions-and-other-programming-QuakeC-things-in-Xonotic.md
Fixed, oops
[xonotic/xonotic.wiki.git] / 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`)