more options re-org

This commit is contained in:
Chris Danford
2003-02-01 01:11:00 +00:00
parent e80943fb53
commit 6f445f700f
13 changed files with 170 additions and 66 deletions
+2
View File
@@ -457,6 +457,8 @@ void RageDisplay::SaveScreenshot( CString sPath )
3*g_CurrentWidth );
SDL_SaveBMP( temp, sPath );
SDL_FreeSurface( image );
SDL_FreeSurface( temp );
}