man, i am getting sloppy
This commit is contained in:
parent
b4c4d55ce2
commit
bb8e239206
|
@ -117,10 +117,7 @@ void HK_PrintScreen(int param)
|
||||||
|
|
||||||
strcpy(outFilename,filename.c_str());
|
strcpy(outFilename,filename.c_str());
|
||||||
if(!GetSaveFileName(&ofn))
|
if(!GetSaveFileName(&ofn))
|
||||||
{
|
|
||||||
MessageBox(0,"OHNO",0,0);
|
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
|
|
||||||
if(toupper(strright(filename,4)) == ".BMP")
|
if(toupper(strright(filename,4)) == ".BMP")
|
||||||
NDS_WriteBMP(filename.c_str());
|
NDS_WriteBMP(filename.c_str());
|
||||||
|
|
Loading…
Reference in New Issue