Skip to content

Commit

Permalink
try to remove as dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed Apr 9, 2024
1 parent b0c0ac9 commit fe767f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions serialize/savegame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,10 @@ struct visitor_
non_const_(obj.delta) = delta_ * 65536u;
}
else
{
std::unreachable();
fm_assert(false);
}
}
visit(obj.frame, f);
visit(obj.r, f);
Expand Down

0 comments on commit fe767f7

Please sign in to comment.