From: Holger Schemel Date: Mon, 5 Nov 2018 20:35:53 +0000 (+0100) Subject: moved flag for "game over" from player to game structure X-Git-Tag: 4.1.2.0~108 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=d18eaeed7b265b71d147e9dfcd0a4ba3348e22f8;hp=d18eaeed7b265b71d147e9dfcd0a4ba3348e22f8 moved flag for "game over" from player to game structure This also removes asymmetric behaviour depending on players being the "local player" or any other player in team mode (which happened if one player dies and the other enters the exit, for example -- in one case, the game will be treated as "game over", in the other case the game will continue running without asking to play again). ---