fixed bug with synchronization problem with "play again" in network mode
authorHolger Schemel <info@artsoft.org>
Fri, 12 Oct 2018 21:21:24 +0000 (23:21 +0200)
committerHolger Schemel <info@artsoft.org>
Fri, 12 Oct 2018 21:21:26 +0000 (23:21 +0200)
This bug caused different frame counters at the network server and
network client due to executing "GameActions()" directly after
restarting the game in "RequestRestartGame()", which increments the
frame counter on the client, but not on the server in the first game
frame.


No differences found