Progress on mingw driver

This commit is contained in:
2021-10-07 14:58:20 -04:00
parent bce756d1fd
commit e7f55a2411
16 changed files with 405 additions and 172 deletions

View File

@@ -540,7 +540,7 @@ void World::snapshot() {
}
void World::rollback() {
assert(!snapshot_.at_eof());
assert(!snapshot_.empty());
deserialize(&snapshot_);
}