]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update guide description location documentation
authorotta8634 <k9wolf@pm.me>
Wed, 8 Jan 2025 07:11:34 +0000 (15:11 +0800)
committerotta8634 <k9wolf@pm.me>
Wed, 8 Jan 2025 07:11:34 +0000 (15:11 +0800)
Forgot to update it when I added turret and gametype descriptions.

qcsrc/menu/xonotic/guide/guide.qh

index e90636c24b12f63f1a3e67f0be08e6b04ff79e9d..8d948fce08bea3cc902675b6b38b7e680e3d6bf8 100644 (file)
@@ -65,7 +65,7 @@ REGISTRY_SOURCE(FreetextSource, Guide, GuidePages)
 
 #include <common/mapinfo.qh>
 REGISTRY_SOURCE(GametypeSource, Gametypes, Gametypes)
-// The descriptions for these are in common/gamemodes/gamemode/*/*.qh
+// The descriptions for these are in common/gamemodes/gamemode/*/*.qc
 
 #include <common/mutators/mutator/buffs/buffs.qh>
 REGISTRY_SOURCE(BuffSource, Buffs, StatusEffect, it.instanceOfBuff)
@@ -97,6 +97,7 @@ REGISTRY_SOURCE(VehicleSource, Vehicles, Vehicles)
 
 #include <common/turrets/all.qh>
 REGISTRY_SOURCE(TurretSource, Turrets, Turrets)
+// The descriptions for these are in common/turrets/turret/*.qc
 
 #include <common/mutators/base.qh>
 REGISTRY_SOURCE(MutatorSource, Mutators, Mutators)