Some minor casting issues that trip up the 0.9.6 pspsdk when compiling.

This commit is contained in:
wrenczes@gmail.com
2010-10-06 09:22:44 +00:00
parent 1e7f2507f0
commit 9c982475fe
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1482,7 +1482,7 @@ int JRenderer::image_readgif(void * handle, TextureInfo &textureInfo, DWORD * bg
if (buffer)
{
p32 = (u32*) buffer;
p32 = (DWORD*) buffer;
}
//if((*image_data = (pixel *)malloc(sizeof(pixel) * GifFileIn->Image.Width * GifFileIn->Image.Height)) == NULL)