Für TestSpiele: Wenn FirstTurn<turn, turn auf FirstTurn setzen

This commit is contained in:
Enno Rehling 2004-05-31 10:50:23 +00:00
parent f65ef69356
commit 887aeb5037
1 changed files with 2 additions and 1 deletions

View File

@ -2265,6 +2265,7 @@ init_data(const char * filename)
l = read_xml(zText);
if (l) return l;
if (turn<FirstTurn()) turn = FirstTurn();
return 0;
}