summaryrefslogtreecommitdiff
path: root/src/game/tremulous.h
diff options
context:
space:
mode:
authorBen Millwood <thebenmachine@gmail.com>2009-10-03 12:59:07 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:16:23 +0000
commit5232654139a3f2f5916fc63c998076e1ca6bd443 (patch)
tree1a6fe8598965c66ae60b180d883f53ee5835fd95 /src/game/tremulous.h
parent52da147a0f0f47b8d4d0878a64111c0bfb1b59fc (diff)
Remove complimentary funds (closes #68)
Diffstat (limited to 'src/game/tremulous.h')
-rw-r--r--src/game/tremulous.h4
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"