X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=server.h;h=030ffe7c1893c6d305b64b257f8a4264fcb68d02;hb=b42b12982427a042c37b0bb20f2c0774c7f61cca;hp=c9da9a8c765597059212e6a35f744fb5d4f3c02c;hpb=1ea860909ea670451b5200ccd30aa19241cd081a;p=xonotic%2Fdarkplaces.git diff --git a/server.h b/server.h index c9da9a8c..030ffe7c 100644 --- a/server.h +++ b/server.h @@ -228,7 +228,7 @@ typedef struct client_s float spawn_parms[NUM_SPAWN_PARMS]; // properties that are sent across the network only when changed - char name[64], old_name[64]; + char name[MAX_SCOREBOARDNAME], old_name[MAX_SCOREBOARDNAME]; int colors, old_colors; int frags, old_frags; char playermodel[MAX_QPATH], old_model[MAX_QPATH]; @@ -442,6 +442,7 @@ extern cvar_t sv_gameplayfix_slidemoveprojectiles; extern cvar_t sv_gameplayfix_stepdown; extern cvar_t sv_gameplayfix_stepwhilejumping; extern cvar_t sv_gameplayfix_stepmultipletimes; +extern cvar_t sv_gameplayfix_nostepmoveonsteepslopes; extern cvar_t sv_gameplayfix_swiminbmodels; extern cvar_t sv_gameplayfix_upwardvelocityclearsongroundflag; extern cvar_t sv_gameplayfix_downtracesupportsongroundflag;