man, i am getting sloppy

This commit is contained in:
zeromus 2009-07-17 04:17:44 +00:00
parent b4c4d55ce2
commit bb8e239206
1 changed files with 0 additions and 3 deletions

View File

@ -117,10 +117,7 @@ void HK_PrintScreen(int param)
strcpy(outFilename,filename.c_str());
if(!GetSaveFileName(&ofn))
{
MessageBox(0,"OHNO",0,0);
return;
}
if(toupper(strright(filename,4)) == ".BMP")
NDS_WriteBMP(filename.c_str());