]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Make the semantics of CL_VM_UpdateView more clear - if CSQC is loaded, it is required...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 7 Apr 2018 19:18:49 +0000 (19:18 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 7 Apr 2018 19:18:49 +0000 (19:18 +0000)
commit11279e294fa4b5759195d32b2afa2172b55e1f6d
tree2c47b3d78114e58474c1d35e1b366f5c2d57da01
parent85b3fedf1e968fb413bac5730e8f9627de987acb
Make the semantics of CL_VM_UpdateView more clear - if CSQC is loaded, it is required to provide the CSQC_UpdateView function, and won't render a view if it does not call that, so we don't need to check its return value.

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