]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Make the number of frames used for initial settling configurable.
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 Nov 2015 13:39:23 +0000 (13:39 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 Nov 2015 13:39:23 +0000 (13:39 +0000)
commit8367a30715017e7a497f6baf65dbaff5f72d6cf3
tree6d1aa555635ba633bb837c78b5f0e23c7876c55f
parent5907c485a96f48f8d837ac2a80280cc3dae35a58
Make the number of frames used for initial settling configurable.

Quake uses two frames, which should normally be good enough anyway. This
is mainly for mods that use more than 2 frames for initialization to
avoid some minor odd effects to clients that connect that early.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12232 d7cf8633-e32d-0410-b094-e92efae38249
sv_main.c