]> git.xonotic.org Git - xonotic/darkplaces.git/commit
fix a sizeof using an array index variable that is never initialized (harmless but...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 7 Feb 2013 12:59:53 +0000 (12:59 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 7 Feb 2013 12:59:53 +0000 (12:59 +0000)
commitd5ffe81473b3fd1eb7d382ded58057fe6bb94601
tree7c05a88193b8df5d1a0f64c0403753cc493073f4
parent509778c6af500462983f8f5e52852371076f0356
fix a sizeof using an array index variable that is never initialized (harmless but the variable is unused by actual code and thus causes a warning)
declare macros for ID3DXBuffer_ functions because they were removed in a DX SDK update

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11892 d7cf8633-e32d-0410-b094-e92efae38249
fs.c
gl_rmain.c