- fixed advanscene info in import save dialog;
This commit is contained in:
mtabachenko 2013-05-27 17:23:10 +00:00
parent 3e0452053a
commit 672f466fef
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ BOOL CALLBACK ImportSizeSelect_Proc(HWND hDlg, UINT msg, WPARAM wParam, LPARAM l
{
memset(&buf, 0, sizeof(buf));
u8 sv = advsc.getSaveType();
u8 sv = advsc.getSaveType() + 1;
if (sv == 0xFF)
{
strcpy(buf, "Unknown");