diff options
author | Ben Millwood <thebenmachine@gmail.com> | 2009-10-03 12:59:07 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:23 +0000 |
commit | 5232654139a3f2f5916fc63c998076e1ca6bd443 (patch) | |
tree | 1a6fe8598965c66ae60b180d883f53ee5835fd95 /src/game/tremulous.h | |
parent | 52da147a0f0f47b8d4d0878a64111c0bfb1b59fc (diff) |
Remove complimentary funds (closes #68)
Diffstat (limited to 'src/game/tremulous.h')
-rw-r--r-- | src/game/tremulous.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/tremulous.h b/src/game/tremulous.h index 8101442d..08ae2613 100644 --- a/src/game/tremulous.h +++ b/src/game/tremulous.h @@ -656,8 +656,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define AVG_FALL_DISTANCE ((MIN_FALL_DISTANCE+MAX_FALL_DISTANCE)/2.0f) #define FREEKILL_PERIOD 120000 //msec -#define FREEKILL_ALIEN ALIEN_CREDITS_PER_KILL -#define FREEKILL_HUMAN LEVEL0_VALUE +#define FREEKILL_ALIEN 0 +#define FREEKILL_HUMAN 0 #define DEFAULT_ALIEN_BUILDPOINTS "150" #define DEFAULT_ALIEN_QUEUE_TIME "12000" |