From: otta8634 Date: Wed, 8 Jan 2025 07:11:34 +0000 (+0800) Subject: Update guide description location documentation X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b37df80c592164d6aca973b6e4b15dbc6d1df5a4;p=xonotic%2Fxonotic-data.pk3dir.git Update guide description location documentation Forgot to update it when I added turret and gametype descriptions. --- diff --git a/qcsrc/menu/xonotic/guide/guide.qh b/qcsrc/menu/xonotic/guide/guide.qh index e90636c24b..8d948fce08 100644 --- a/qcsrc/menu/xonotic/guide/guide.qh +++ b/qcsrc/menu/xonotic/guide/guide.qh @@ -65,7 +65,7 @@ REGISTRY_SOURCE(FreetextSource, Guide, GuidePages) #include 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 REGISTRY_SOURCE(BuffSource, Buffs, StatusEffect, it.instanceOfBuff) @@ -97,6 +97,7 @@ REGISTRY_SOURCE(VehicleSource, Vehicles, Vehicles) #include REGISTRY_SOURCE(TurretSource, Turrets, Turrets) +// The descriptions for these are in common/turrets/turret/*.qc #include REGISTRY_SOURCE(MutatorSource, Mutators, Mutators)