X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fcrosshairpreview.qc;h=90694ca8c3a607ade663a6afe1906cab796751ca;hb=1d0313b550f20ceef79a51c4c8a2029eb673d979;hp=f8de85798258502c058575e14f7afc05a120161d;hpb=c6d440124df99b8b1f48fe7666332273535eb413;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/crosshairpreview.qc b/qcsrc/menu/xonotic/crosshairpreview.qc index f8de85798..90694ca8c 100644 --- a/qcsrc/menu/xonotic/crosshairpreview.qc +++ b/qcsrc/menu/xonotic/crosshairpreview.qc @@ -2,8 +2,8 @@ #define CROSSHAIRPREVIEW_H #include "../item.qc" CLASS(XonoticCrosshairPreview, Item) - METHOD(XonoticCrosshairPreview, configureXonoticCrosshairPreview, void(entity)) - METHOD(XonoticCrosshairPreview, draw, void(entity)) + 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)