]> 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)
committerRudolf Polzer <divverent@xonotic.org>
Mon, 25 Feb 2013 08:24:07 +0000 (09:24 +0100)
commit115ca21df22f4c507e17a340ebdf9d2487bb4c10
tree5a66df91656222de1eff442f5bdaae9fe4cea2d9
parent1ca8ad2bfcb061d8f61d18f4009ac6197be3d4cf
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
::stable-branch::merge=d5ffe81473b3fd1eb7d382ded58057fe6bb94601
fs.c
gl_rmain.c