diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-07-14 23:58:59 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:19:39 +0100 |
commit | 710d4f49e3a72e24bfefbaf404762c5649c1e9a4 (patch) | |
tree | 043b0eec9fff8f376d1643d72e7395004f352a68 | |
parent | 1358a6e20963b36e8a82d856e30b358e527884ba (diff) | |
download | crusader-rex-710d4f49e3a72e24bfefbaf404762c5649c1e9a4.tar.gz |
crusader: Fix undo bug after Saracen deployment.
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1056,6 +1056,7 @@ states.saracen_deployment = { game.who = null; }, next: function () { + clear_undo(); game.who = null; start_year(); }, |