From 19895ddebf056e4099be3dcea74db9768741ed3b Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Thu, 1 Nov 2001 13:34:58 +0000 Subject: Got bored of the builder being slow --- src/game/bg_misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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; -- cgit