Commit ed7a918c authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Merge branch 'ttt' into 'master'

fixed bug in getWhoToPlay

See merge request configs/ec327/hw-configs/hw3!3
parents 5e6214da 1252a91f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ GAME_CODE newGame(PLAYER_CODE xPlayerCode, PLAYER_CODE yPlayerCode) {
}

SQUARE getWhoToPlay(GAME_CODE theGameCode) {
  return requestTTT("gameSide.pl")[0];
  return requestTTT("getGameSide.pl?gameCode="+theGameCode)[0];
}

string getModTime(GAME_CODE theGameCode) {