]> git.xonotic.org Git - xonotic/darkplaces.git/commit
client: Implement CL_Frame. Move client cvars out of host to cl_main
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 18 Jul 2020 19:45:08 +0000 (19:45 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 18 Jul 2020 19:45:08 +0000 (19:45 +0000)
commit0dd49c45fd996d02cac11e9a9a0865db3239f21d
treea4159bd2304683ca16445d37dd86b7a5ec4b65ea
parentdd6452e084cc329cc35b6b9a7379f67c3eca141d
client: Implement CL_Frame. Move client cvars out of host to cl_main

The client now performs its frame in its own side of the engine. This
will make client/server separation easier later on.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12837 d7cf8633-e32d-0410-b094-e92efae38249
cl_main.c
client.h
host.c