]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Use hud_skin when fetching images from /gfx/hud/ 1450/head
authorotta8634 <k9wolf@pm.me>
Tue, 28 Jan 2025 13:39:33 +0000 (21:39 +0800)
committerotta8634 <k9wolf@pm.me>
Tue, 28 Jan 2025 13:44:13 +0000 (21:44 +0800)
commitf295069112573d9b9e2ae4439d825c870f3a9dd5
tree26ef8e4dc3f641d48b4cd36c1e74ac16fe828739
parent61ada537a7fa55515791105ec0184a6b320fcf9e
Use hud_skin when fetching images from /gfx/hud/

Previously some display methods (of Weapon, GameItem, StatusEffects, and Nades) tried to access `/gfx/hud/{menu_skin}`, when they should be accessing `/gfx/hud/{hud_skin}`.
This was introduced by 51c7e0a875.
Until !1412 this didn't cause any visible bugs because the display methods were never called, and consequently (after !1412) on menu skins other than `luma`, some or all weapon icons wouldn't show in the list.
This change fixes that issue.
qcsrc/common/items/item.qh
qcsrc/common/mutators/mutator/buffs/buffs.qh
qcsrc/common/mutators/mutator/nades/nades.qh
qcsrc/common/mutators/mutator/status_effects/all.qh
qcsrc/common/weapons/weapon.qh