X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fconstants.qh;h=98710d25b8d6f0e5ad9ff1141e9692f9ecd19a40;hb=3e429efe7622f7ea5c504f2dd5e9e2cd0f91c8cc;hp=910f34e326eaaed24ab4462ef31b5d8321bff4c8;hpb=99b220fa460e68ecaf11f1598fd789d663377bd4;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index 910f34e32..98710d25b 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -251,11 +251,16 @@ const int SERVERFLAG_PLAYERSTATS = 4; // FIXME/EXPLAINME: why? Mario: because vector autocvar_sv_player_maxs = '16 16 45'; vector autocvar_sv_player_mins = '-16 -16 -24'; -vector autocvar_sv_player_viewoffset = '0 0 20'; +vector autocvar_sv_player_viewoffset = '0 0 35'; vector autocvar_sv_player_crouch_maxs = '16 16 25'; vector autocvar_sv_player_crouch_mins = '-16 -16 -24'; vector autocvar_sv_player_crouch_viewoffset = '0 0 20'; //vector autocvar_sv_player_headsize = '24 24 12'; + +// temporary array used to dump weapon and turret settings +const int MAX_CONFIG_SETTINGS = 256; +string config_queue[MAX_CONFIG_SETTINGS]; + #endif