X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fimage.qc;h=1f25899c142840647bec37c509e399dfd646aec7;hb=9e6de751aaa2a918708f80735a006a03e84f2fcf;hp=e8f5a8269351a4f81648181517415e6c3c8130e5;hpb=5f9a104fb3f5ef5f8a68d671425290ea8a6f9843;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/image.qc b/qcsrc/menu/xonotic/image.qc index e8f5a8269..1f25899c1 100644 --- a/qcsrc/menu/xonotic/image.qc +++ b/qcsrc/menu/xonotic/image.qc @@ -2,7 +2,7 @@ #define IMAGE_H #include "../item/image.qc" CLASS(XonoticImage, Image) - METHOD(XonoticImage, configureXonoticImage, void(entity, string, float)) + METHOD(XonoticImage, configureXonoticImage, void(entity, string, float)); ENDCLASS(XonoticImage) entity makeXonoticImage(string theImage, float theAspect); #endif