comparison src/video/SDL_pixels.c @ 2698:e1da92da346c gsoc2008_nds

Clean up.
author Darren Alton <dalton@stevens.edu>
date Wed, 27 Aug 2008 04:23:38 +0000
parents 24a6b3588eac
children
comparison
equal deleted inserted replaced
2697:c9121b04cffa 2698:e1da92da346c
750 if (map->info.table) { 750 if (map->info.table) {
751 SDL_free(map->info.table); 751 SDL_free(map->info.table);
752 map->info.table = NULL; 752 map->info.table = NULL;
753 } 753 }
754 } 754 }
755
755 int 756 int
756 SDL_MapSurface(SDL_Surface * src, SDL_Surface * dst) 757 SDL_MapSurface(SDL_Surface * src, SDL_Surface * dst)
757 { 758 {
758 SDL_PixelFormat *srcfmt; 759 SDL_PixelFormat *srcfmt;
759 SDL_PixelFormat *dstfmt; 760 SDL_PixelFormat *dstfmt;