mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-01-31 13:50:55 +00:00
Added the teamplay files to the game compile bat files.
This commit is contained in:
parent
1de6a342d5
commit
3a304da2c0
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -30,6 +30,7 @@ g_spawn
|
|||
g_svcmds
|
||||
g_target
|
||||
g_team
|
||||
g_teamplay
|
||||
g_trigger
|
||||
g_utils
|
||||
g_weapon
|
||||
|
|
Loading…
Reference in a new issue