X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fimage.c;h=9f0de67b8a1deb592ddf0aff2eb8c6f5b03097d0;hb=e3c57d4e706a9ee1342e25a178955162f4f5925f;hp=65f5ee9d817b84957f105519ae5789ad8b32e2ab;hpb=7b39a3868ca578191bc72e71873a5456517ebab6;p=xonotic%2Fxonotic-data.pk3dir.git 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;