diff options
author | Tim Angus <tim@ngus.net> | 2001-11-01 13:34:58 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-11-01 13:34:58 +0000 |
commit | 19895ddebf056e4099be3dcea74db9768741ed3b (patch) | |
tree | f29b38022efab31a04592229cfdd05ca0b1ecd77 /src/game | |
parent | 72ed87a8b3399c6c8a6c14e884fab100c64af460 (diff) |
Got bored of the builder being slow
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/bg_misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 0270b0d4..0992a6bf 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -2253,9 +2253,9 @@ classAttributes_t bg_classList[ ] = 50.0f, //float buildDist; 1000.0f, //float launchSpeed; 80, //int fov; - 0.015f, //float bob; + 0.005f, //float bob; 350, //int steptime; - 0.5f, //float speed; + 0.8f, //float speed; 1.0f, //float sticky; { PCL_D_B_LEV1, PCL_NONE, PCL_NONE }, //int children[ 3 ]; 2000, //int timetoevolve; |