X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fhud%2Fpanel%2Fpressedkeys.qc;h=7940e9462e0d4f1f0c725abefaa02b46684b16b2;hb=4435e6a342e65c52cb1fc00aea84f6018eff16ac;hp=3c87a1c1d58ebd259491f3988d6d6a92b5d0386d;hpb=3c08700f00a014d84ffe1bb64305ca5da7594cea;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/hud/panel/pressedkeys.qc b/qcsrc/client/hud/panel/pressedkeys.qc index 3c87a1c1d..7940e9462 100644 --- a/qcsrc/client/hud/panel/pressedkeys.qc +++ b/qcsrc/client/hud/panel/pressedkeys.qc @@ -1,11 +1,16 @@ #include "pressedkeys.qh" -#include -#include -#include +#include // Pressed keys (#11) +void HUD_PressedKeys_Export(int fh) +{ + // allow saving cvars that aesthetically change the panel into hud skin files + HUD_Write_Cvar("hud_panel_pressedkeys_aspect"); + HUD_Write_Cvar("hud_panel_pressedkeys_attack"); +} + void HUD_PressedKeys() { if(!autocvar__hud_configure)