Menu

#3 GameFactory swaps white/black name after load game.

v1.0_(example)
open
nobody
None
5
2017-10-31
2017-10-31
Anonymous
No

In the GameFactory the black and white name are swapped. Line 39 and 40.
Correction:

        blackPlayer.setName(blackName);//set name of player
        whitePlayer.setName(whiteName);//set name of player

Discussion


Log in to post a comment.