mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 01:11:18 +00:00
cut&paste + 1am = crippled quakeguy. d'oh :P
This commit is contained in:
parent
81eda409f1
commit
da1f9fcf44
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ SV_Spawn_f (void)
|
|||
SVfloat (ent, gravity) = 1.0;
|
||||
host_client->maxspeed = sv_maxspeed->value;
|
||||
if (sv_fields.maxspeed != -1)
|
||||
SVfloat (ent, gravity) = sv_maxspeed->value;
|
||||
SVfloat (ent, maxspeed) = sv_maxspeed->value;
|
||||
|
||||
//
|
||||
// force stats to be updated
|
||||
|
|
Loading…
Reference in a new issue