This commit is contained in:
feos 2021-03-05 18:42:01 +03:00 committed by GitHub
parent 426274386a
commit 05da482144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -644,7 +644,7 @@ save_error ram_state::load()
return STATERR_ILLEGAL_REGISTRATIONS;
// get the save manager to load state
return m_save.write_stream(m_data);
return m_save.read_stream(m_data);
}