]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/panel/pressedkeys.qc
Remove the HUD_WriteCvars hook as it's no longer needed now. Mods using it must simpl...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / pressedkeys.qc
index ed9ab7ded66446bbc847fcb23d01c97c37184324..73bd583bcd5b44b85d62c3dc45b6f1457c299346 100644 (file)
@@ -6,7 +6,7 @@
 
 // Pressed keys (#11)
 
-void HUD_PressedKeys_Export(entity panel, int fh)
+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");