fix crash

This commit is contained in:
Glenn Maynard
2005-10-29 21:15:55 +00:00
parent 7c42b794ea
commit 3bf8373588
@@ -37,7 +37,6 @@ static HBITMAP LoadWin32Surface( RageSurface *s )
SelectObject( BitmapDC, NULL );
DeleteObject( BitmapDC );
delete s;
return bitmap;
}