Index: src/core/pgfilearchive.cpp =================================================================== RCS file: /cvsroot/paragui/paragui/src/core/pgfilearchive.cpp,v retrieving revision 1.2.4.8 diff -c -r1.2.4.8 pgfilearchive.cpp *** src/core/pgfilearchive.cpp 30 Jul 2002 20:50:26 -0000 1.2.4.8 --- src/core/pgfilearchive.cpp 11 Aug 2002 20:51:17 -0000 *************** *** 301,307 **** } if(convert && !PG_Application::GetGLMode()) { ! SDL_Surface* tmpsrf = SDL_DisplayFormat(surface); if(tmpsrf) { SDL_FreeSurface(surface); surface = tmpsrf; --- 301,307 ---- } if(convert && !PG_Application::GetGLMode()) { ! SDL_Surface* tmpsrf = SDL_DisplayFormatAlpha(surface); if(tmpsrf) { SDL_FreeSurface(surface); surface = tmpsrf;