reset after load, so you can choose another song (nw)

This commit is contained in:
smf- 2018-07-25 17:15:34 +01:00
parent c592104973
commit 9604dc159a

View File

@ -1677,6 +1677,8 @@ QUICKLOAD_LOAD_MEMBER(vgmplay_state, load_file)
}
}
m_vgmplay->reset();
return image_init_result::PASS;
}
}