X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fimage.c;h=9f0de67b8a1deb592ddf0aff2eb8c6f5b03097d0;hp=65f5ee9d817b84957f105519ae5789ad8b32e2ab;hb=bfd3892eeb1401e14fc7da982f8b33d77d91384a;hpb=c14d904c76575f5b36310513aa4d6cabe514f665 diff --git a/qcsrc/menu/xonotic/image.c b/qcsrc/menu/xonotic/image.c index 65f5ee9d8..9f0de67b8 100644 --- a/qcsrc/menu/xonotic/image.c +++ b/qcsrc/menu/xonotic/image.c @@ -13,7 +13,7 @@ entity makeXonoticImage(string theImage, float theAspect) me.configureXonoticImage(me, theImage, theAspect); return me; } -void configureXonoticImageXonoticImage(entity me, string theImage, float theAspect) +void XonoticImage_configureXonoticImage(entity me, string theImage, float theAspect) { me.configureImage(me, theImage); me.forcedAspect = theAspect;