Oops, 512x512 in 16 bit mode

--HG--
branch : SDL-1.2
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402377
This commit is contained in:
Sam Lantinga 2007-06-25 14:58:22 +00:00
parent 9d68aabeb7
commit 0f38978e54

View file

@ -331,7 +331,7 @@ SDL_Surface *NDS_SetVideoMode(_THIS, SDL_Surface *current,
if(bpp==8)
current->pitch =1024;
else
current->pitch =1024*2;
current->pitch =512*2;
/* We're done */
return(current);