summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_cmds.c2
-rw-r--r--src/game/tremulous.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index 888743f2..cca0e673 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -364,7 +364,7 @@ void Cmd_Team_f( gentity_t *ent )
if( oldTeam != ent->client->pers.pteam )
{
level.bankCredits[ ent->client->ps.clientNum ] = 0;
- ent->client->ps.persistant[ PERS_BANK ] = 0;
+ ent->client->ps.persistant[ PERS_CREDIT ] = 0;
ent->client->pers.pclass = 0;
ClientSpawn( ent, NULL );
}
diff --git a/src/game/tremulous.h b/src/game/tremulous.h
index fd7c013e..ed7fef4f 100644
--- a/src/game/tremulous.h
+++ b/src/game/tremulous.h
@@ -296,7 +296,7 @@
#define FLAMER_RADIUS 50
#define FLAMER_LIFETIME 1000.0f
#define FLAMER_SPEED 200.0f
-#define FLAMER_LAG 0.5f //the amount of player velocity that is added to the fireball
+#define FLAMER_LAG 0.65f //the amount of player velocity that is added to the fireball
#define MDRIVER_CLIPSIZE 5
#define MDRIVER_SPAWNCLIPS 2