Neglected to save a change for the last commit.

This commit is contained in:
ugetab 2010-05-05 05:59:51 +00:00
parent 40eff5685b
commit 0bbf59739b
1 changed files with 0 additions and 1 deletions

View File

@ -295,7 +295,6 @@ void SaveRomAs()
ofn.lpstrTitle="Save Nes ROM as..."; ofn.lpstrTitle="Save Nes ROM as...";
ofn.lpstrFilter=filter; ofn.lpstrFilter=filter;
strcpy(nameo,GetRomName()); strcpy(nameo,GetRomName());
strcat(nameo,"_save.nes");
ofn.lpstrFile=nameo; ofn.lpstrFile=nameo;
ofn.nMaxFile=256; ofn.nMaxFile=256;
ofn.Flags=OFN_EXPLORER|OFN_FILEMUSTEXIST|OFN_HIDEREADONLY; ofn.Flags=OFN_EXPLORER|OFN_FILEMUSTEXIST|OFN_HIDEREADONLY;