From a9bd92ea64f3a99539d6ea734ec0fb05597b83a6 Mon Sep 17 00:00:00 2001 From: cat_or_not <41955154+catornot@users.noreply.github.com> Date: Sat, 6 Aug 2022 17:55:03 -0400 Subject: allow custom maps to set fasbtall panels (#475) --- Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut | 1 + 1 file changed, 1 insertion(+) (limited to 'Northstar.Custom/mod/scripts/vscripts') diff --git a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut index 019bcc7db..5ce11eb3f 100644 --- a/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut +++ b/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_fastball.gnut @@ -1,5 +1,6 @@ untyped global function GamemodeFastball_Init +global function FastballAddPanelSpawnsForLevel struct { // first panel is a, second is b, third is c -- cgit v1.2.3