zturtleman / ioq3ztm

Automatically exported from code.google.com/p/ioq3ztm for archive purposes. See zturtleman/spearmint for active project.
GNU General Public License v3.0
0 stars 2 forks source link

Fix usage of cur_lc/cur_ps in cg_ents.c #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are various functions called from CG_AddCEntity in cg_ents.c, such as 
CG_General and CG_Item, which are only called once per-frame and so can't use 
cur_lc/cur_ps in them!

Original issue reported on code.google.com by ZTurtleMan on 17 Sep 2012 at 5:01

GoogleCodeExporter commented 9 years ago
Not an issue, CG_AddCEntity actually is called for each view port.

Original comment by ZTurtleMan on 20 Sep 2012 at 4:31