]> git.sesse.net Git - remoteglot/commitdiff
Add a small explanatory comment.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 11 May 2015 16:35:42 +0000 (18:35 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 11 May 2015 16:35:42 +0000 (18:35 +0200)
remoteglot.pl

index aaaed104ea94a2fd73ab316678129b4f66b5bf18..6d07c5bd6049d773e2da54633d215bd5b9784000 100755 (executable)
@@ -1039,6 +1039,7 @@ sub find_clock_start {
        }
 
        # TODO(sesse): Maybe we can get the number of moves somehow else for FICS games.
        }
 
        # TODO(sesse): Maybe we can get the number of moves somehow else for FICS games.
+       # The history is needed for id_for_pos.
        if (!exists($pos->{'pretty_history'})) {
                return;
        }
        if (!exists($pos->{'pretty_history'})) {
                return;
        }