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:
parent
cfb28fbfb5
commit
60ae0db611
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue