- Added zzip as a mandatory dependency on the VisualC project file

- Fixed a compile problem on VisualC
This commit is contained in:
shashclp 2008-04-16 17:32:29 +00:00
parent 9c6077f0c2
commit f30980da73
1 changed files with 2 additions and 2 deletions

View File

@ -272,11 +272,11 @@ void NDS_glClDepth()
void NDS_glClearDepth(unsigned long v)
{
u32 depth24b;
if(beginCalled)
glEnd();
u32 depth24b;
v &= 0x7FFFF;
depth24b = (v*0x200)+((v+1)/0x8000);