moved flag for mouse click events from level to game structure
authorHolger Schemel <info@artsoft.org>
Mon, 20 Apr 2020 21:12:06 +0000 (23:12 +0200)
committerHolger Schemel <info@artsoft.org>
Tue, 19 May 2020 16:21:18 +0000 (18:21 +0200)
Without this change, click events for newly built levels that are
started from the level editor, but that are not yet saved, are not
recognized and not handled (because the corresponding flag was set
only when loading a level).


No differences found