s/RageSurface/RageSurfaceUtils/

This commit is contained in:
Glenn Maynard
2004-06-13 20:19:28 +00:00
parent bc9bbb392c
commit f2578fe6a9
12 changed files with 40 additions and 40 deletions
@@ -13,7 +13,7 @@ static HBITMAP g_hBitmap = NULL;
/* Load a file into a GDI surface. */
HBITMAP LoadWin32Surface( CString fn )
{
SDL_Surface *s = RageSurface::LoadFile( fn );
SDL_Surface *s = RageSurfaceUtils::LoadFile( fn );
if( s == NULL )
return NULL;