missing return

This commit is contained in:
vadosnaprimer 2017-12-22 07:58:12 +03:00
parent 7e7f2fafd0
commit c4ca6d02c0

View File

@ -745,7 +745,7 @@ bool rewinder::step()
bool rewinder::check_size()
{
if (!m_enabled)
false;
return false;
// state sizes in bytes
const size_t singlesize = ram_state::get_size(m_save);