diff options
author | Asa Kravets <norfenstein@gmail.com> | 2009-10-03 11:36:38 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:09 +0000 |
commit | 30cf4eefc9cf32f94aeb2e6d75d856d8ab305122 (patch) | |
tree | cdb39dbf0ad4348ffbc9bdf74994c65d0ab8e77a /src/game/g_cmds.c | |
parent | 641b11445262c54741585b3d1e0eaf0db7c49be4 (diff) |
benmachine typo fixed: oldBoostedTime"->oldBoostTime
Tweaks:
* blaster, prfile, luci secondary sizes increased 4->5
* barb radius reduced 100->75
Diffstat (limited to 'src/game/g_cmds.c')
-rw-r--r-- | src/game/g_cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c index 7ab24605..cf43a485 100644 --- a/src/game/g_cmds.c +++ b/src/game/g_cmds.c @@ -1680,7 +1680,7 @@ void Cmd_Class_f( gentity_t *ent ) ClientSpawn( ent, ent, ent->s.pos.trBase, ent->s.apos.trBase ); - if( oldBoostedTime > 0 ) + if( oldBoostTime > 0 ) { ent->client->boostedTime = oldBoostTime; ent->client->ps.stats[ STAT_STATE ] |= SS_BOOSTED; |