Skip to content

Commit

Permalink
Version 3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tosca07 committed May 3, 2024
1 parent 9b42299 commit d8d44d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamesdb/get_games.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ proc search {fen} {
# initialize gameNum with the first game in the filter
set gameNum [sc_filter first]
set i 0
set MAX_GAMES 5
set MAX_GAMES 50
while {$gameNum != 0 && $i < $MAX_GAMES} {
incr i
# load game
Expand Down

0 comments on commit d8d44d8

Please sign in to comment.