From e16ea21dc8a710237ade8413207f58d403c616a3 Mon Sep 17 00:00:00 2001 From: Joe Ludwig Date: Wed, 17 Jul 2013 18:26:59 -0700 Subject: * Added support for building shaders in your mod * Added nav mesh support * fixed many warnings and misc bugs * Fixed the create*projects scripts in mp * Added a bunch of stuff to .gitignore --- sp/src/vpc_scripts/source_base.vpc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sp/src/vpc_scripts/source_base.vpc') diff --git a/sp/src/vpc_scripts/source_base.vpc b/sp/src/vpc_scripts/source_base.vpc index 074b850c..fc70c2e5 100644 --- a/sp/src/vpc_scripts/source_base.vpc +++ b/sp/src/vpc_scripts/source_base.vpc @@ -10,8 +10,8 @@ // This is one file we expect to be different between branches and so it must be merged carefully // Staging branch: -//$Macro STAGING_ONLY "1" +//$Conditional STAGING_ONLY "1" // rel/tf_beta branch: -//$Macro TF_BETA "1" +//$Conditional TF_BETA "1" -- cgit v1.2.3