From a52416fa709f00d5581dc1b4722b836561a0f3fe Mon Sep 17 00:00:00 2001 From: Mikko Tiusanen Date: Mon, 2 Jun 2014 22:25:08 +0300 Subject: Disabled adv mara wallwalk and barbs. Commented out extra print score scaling debug messages. --- src/game/g_active.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/g_active.c') diff --git a/src/game/g_active.c b/src/game/g_active.c index b8d1bac..9a4eb00 100644 --- a/src/game/g_active.c +++ b/src/game/g_active.c @@ -1021,7 +1021,7 @@ void ClientTimerActions( gentity_t *ent, int msec ) else ent->timestamp = level.time; } - + // Regenerate Hummel Prickles if( client->ps.weapon == WP_ALEVEL5 ) { -- cgit