remove nonsensial comment

we call do_replay() after at_end() so its clearly possible  to be at the end here
This commit is contained in:
gfgtdf 2024-02-06 02:51:36 +01:00 committed by GitHub
parent cfb28fbfb5
commit 60ae0db611
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -176,7 +176,6 @@ void replay_controller::play_side_impl()
if(res == REPLAY_FOUND_END_TURN) {
return;
}
// TODO: how can this be the case when we just checked for "resources::recorder->at_end()" above?
if(res == REPLAY_RETURN_AT_END) {
stop_replay();
}