* Game: fixed priority lost on rollback (example: game skips to next step instead current step after a rollback error);

* Game: added game logs on rollback error;
This commit is contained in:
Oleg Agafonov 2021-08-18 10:58:43 +04:00
parent c8445c31a3
commit 1d60c2039b
4 changed files with 26 additions and 11 deletions

View file

@ -452,7 +452,7 @@ public interface Game extends MageItem, Serializable, Copyable<Game> {
int bookmarkState();
void restoreState(int bookmark, String context);
GameState restoreState(int bookmark, String context);
void removeBookmark(int bookmark);