]> git.xonotic.org Git - xonotic/darkplaces.git/commit
host, csqc: Remove cl.csqc_paused. Use new global host.paused instead.
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 13 Jul 2020 16:00:11 +0000 (16:00 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 13 Jul 2020 16:00:11 +0000 (16:00 +0000)
commitcf03adfc67295bfeff10abafc9505090f527ed48
tree686fe8a7b77d338e7b88a76cba1fbeaa36c9a526
parenta9a80266c68508863f7b5e127f61936508c636f8
host, csqc: Remove cl.csqc_paused. Use new global host.paused instead.

This removes some client/server-only code in the client/server frames.
This also cleans up the cl struct a bit by only having one source of
knowing if we should pause for both CSQC and opening the console or menu

These changes will help eventually move the client and server frame code
to their own functions (CL_Frame and SV_Frame respectively).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12800 d7cf8633-e32d-0410-b094-e92efae38249
cl_screen.c
client.h
clvm_cmds.c
host.c
quakedef.h
sv_main.c