moved flag for "game over" from player to game structure
authorHolger Schemel <info@artsoft.org>
Mon, 5 Nov 2018 20:35:53 +0000 (21:35 +0100)
committerHolger Schemel <info@artsoft.org>
Mon, 5 Nov 2018 20:35:53 +0000 (21:35 +0100)
commitd18eaeed7b265b71d147e9dfcd0a4ba3348e22f8
treed80a51138a390c5c7a525e45401255e8e13aa6ed
parent823ae65fd14a8ab5e88adc0c711acecb2fb36955
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).
src/game.c
src/game.h