Loading ttt_interface/ttt.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
ttt_interface/ttt.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading