From 3a304da2c07dcf64dce41f3c9d166b9d79fcf742 Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Thu, 24 Jan 2002 17:46:11 +0000 Subject: [PATCH] Added the teamplay files to the game compile bat files. --- reaction/game/game.bat | 2 ++ reaction/game/game.q3asm | 1 + 2 files changed, 3 insertions(+) diff --git a/reaction/game/game.bat b/reaction/game/game.bat index 08e659cc..31e80193 100755 --- a/reaction/game/game.bat +++ b/reaction/game/game.bat @@ -69,6 +69,8 @@ set cc=call ..\compile.bat @if errorlevel 1 goto quit %cc% ../g_team.c @if errorlevel 1 goto quit +%cc% ../g_teamplay.c +@if errorlevel 1 goto quit %cc% ../g_trigger.c @if errorlevel 1 goto quit %cc% ../g_utils.c diff --git a/reaction/game/game.q3asm b/reaction/game/game.q3asm index d2505ed9..6143ede3 100644 --- a/reaction/game/game.q3asm +++ b/reaction/game/game.q3asm @@ -30,6 +30,7 @@ g_spawn g_svcmds g_target g_team +g_teamplay g_trigger g_utils g_weapon