s/Palettize/PalettizeToGrayscale/

This commit is contained in:
Glenn Maynard
2004-09-04 04:10:56 +00:00
parent 1b174cb718
commit 8879e7c2f1
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -755,7 +755,7 @@ RageSurface *RageSurfaceUtils::LoadSurface( CString file )
*
* This gives us a generic way to handle arbitrary 8-bit texture formats.
*/
RageSurface *RageSurfaceUtils::Palettize( const RageSurface *src_surf, int GrayBits, int AlphaBits )
RageSurface *RageSurfaceUtils::PalettizeToGrayscale( const RageSurface *src_surf, int GrayBits, int AlphaBits )
{
AlphaBits = min( AlphaBits, 8-src_surf->format->Aloss );