X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fnexposee.c;h=b375393c02a30047a31ed6442a0c7d16d6bc4a5a;hb=eb02f2e761b1a2057b640be43a6f7abc8bcfac74;hp=32253b0c0eaef1efef0f9c463a65ede8761a50ee;hpb=b49d3f3ffff847ec761e15fcc6285a736cddcba3;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/nexposee.c b/qcsrc/menu/xonotic/nexposee.c index 32253b0c0..b375393c0 100644 --- a/qcsrc/menu/xonotic/nexposee.c +++ b/qcsrc/menu/xonotic/nexposee.c @@ -15,11 +15,11 @@ entity makeXonoticNexposee() return me; } -void configureXonoticNexposeeXonoticNexposee(entity me) +void XonoticNexposee_configureXonoticNexposee(entity me) { } -void closeXonoticNexposee(entity me) +void XonoticNexposee_close(entity me) { m_goto(string_null); // hide }