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
+1 -1
View File
@@ -497,7 +497,7 @@ void mySDL_WM_SetIcon( CString sIconFile )
return;
}
SDL_Surface *srf = RageSurface::LoadFile(sIconFile);
SDL_Surface *srf = RageSurfaceUtils::LoadFile(sIconFile);
if( srf == NULL )
return;