From 9e3fd940c16e6e7dd274adc625026cffa13ea224 Mon Sep 17 00:00:00 2001 From: 6arelyFuture Date: Tue, 14 May 2024 20:29:26 +0000 Subject: [PATCH 1/2] maint: attempt to link zone with leaderboards [skip ci] --- zone_raw/code_post_gfx_mp/zone_source/code_post_gfx_mp.zone | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zone_raw/code_post_gfx_mp/zone_source/code_post_gfx_mp.zone b/zone_raw/code_post_gfx_mp/zone_source/code_post_gfx_mp.zone index 46abe19..0a3963e 100644 --- a/zone_raw/code_post_gfx_mp/zone_source/code_post_gfx_mp.zone +++ b/zone_raw/code_post_gfx_mp/zone_source/code_post_gfx_mp.zone @@ -1,6 +1,8 @@ // Call Of Duty: Modern Warfare 3 >game,IW5 +#define LOAD_LEADERBOARD + vertexdecl,ppcc0t0t0 vertexshader,trivial_vertcol_simple.hlsl pixelshader,trivial_vertcol_simple.hlsl -- 2.34.1 From e33666c80c23605b5a83df8174924f121823ec84 Mon Sep 17 00:00:00 2001 From: 6arelyFuture Date: Tue, 14 May 2024 20:30:37 +0000 Subject: [PATCH 2/2] maint: bump OAT --- .gitea/workflows/link.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/link.yml b/.gitea/workflows/link.yml index 607156d..105d991 100644 --- a/.gitea/workflows/link.yml +++ b/.gitea/workflows/link.yml @@ -3,7 +3,7 @@ name: link on: [push] env: - OAT_VERSION: "0.12.1" + OAT_VERSION: "0.13.0" jobs: link-linux: -- 2.34.1