X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fcrosshairpreview.qh;h=7bf363def7f4b42ebf413bcea99b7871a7418a39;hb=81469f567c50ff04952a15fc020ef1d9d1d1c6a1;hp=dcc7be5ac6bff16490b6f72b7fe0c7018b1c74b4;hpb=42e255d014f2c6a1871177ea511f630624cdfb57;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/crosshairpreview.qh b/qcsrc/menu/xonotic/crosshairpreview.qh index dcc7be5ac..7bf363def 100644 --- a/qcsrc/menu/xonotic/crosshairpreview.qh +++ b/qcsrc/menu/xonotic/crosshairpreview.qh @@ -4,9 +4,9 @@ CLASS(XonoticCrosshairPreview, Item) METHOD(XonoticCrosshairPreview, configureXonoticCrosshairPreview, void(entity)); METHOD(XonoticCrosshairPreview, draw, void(entity)); - ATTRIB(XonoticCrosshairPreview, src, string, string_null) - ATTRIB(XonoticCrosshairPreview, src2, string, string_null) - ATTRIB(XonoticCrosshairPreview, disabled, float, 0) - ATTRIB(XonoticCrosshairPreview, disabledAlpha, float, SKINALPHA_DISABLED) + ATTRIB(XonoticCrosshairPreview, src, string); + ATTRIB(XonoticCrosshairPreview, src2, string); + ATTRIB(XonoticCrosshairPreview, disabled, float, 0); + ATTRIB(XonoticCrosshairPreview, disabledAlpha, float, SKINALPHA_DISABLED); ENDCLASS(XonoticCrosshairPreview) entity makeXonoticCrosshairPreview();