]> 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)
committerRudolf Polzer <divVerent@xonotic.org>
Fri, 3 Aug 2018 17:23:19 +0000 (17:23 +0000)
commit57b1147864bc8633d27dc8e36086023bc37bf3a6
tree2c47b3d78114e58474c1d35e1b366f5c2d57da01
parent5dbc47c9ad56a016ee641feec26bd8eaf1979e8c
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
::stable-branch::merge=11279e294fa4b5759195d32b2afa2172b55e1f6d
cl_screen.c