diff options
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; |