]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Make V_CalcRoll a common function. Add sv_rollangle and sv_rollspeed cvars.
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 12 Aug 2020 14:54:09 +0000 (14:54 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 12 Aug 2020 14:54:09 +0000 (14:54 +0000)
commit7192176e101b0af7185e7a7477a846c2845946f2
tree3deaa7c4fd3cddf560f7a02f612e0d9ea5f3d6ad
parentb4ab81bedb237ddbf81675531e0c58b07ad6b07b
Make V_CalcRoll a common function. Add sv_rollangle and sv_rollspeed cvars.

This allows V_Init to move to client code.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12897 d7cf8633-e32d-0410-b094-e92efae38249
cl_ents_qw.c
cl_main.c
client.h
common.c
common.h
host.c
sv_main.c
sv_user.c
view.c