This commit is contained in:
Zeno Rogue 2018-06-17 12:02:06 +02:00
parent 8fe482ec16
commit e743e18156
2 changed files with 8 additions and 3 deletions

View File

@ -2489,3 +2489,8 @@ non-game:
- uniformized the 'back' and 'help' options in menu (consistent hotkeys, consistent placement, added them where they were missing)
- pushing a thumper through a stranded boat is no longer allowed
- fixed a bug with pushing Thumpers through tentacles
2018.06.14 16:39
- fixed viewing the "past challenges"
- fixed a bug which sometimes caused current scores to be copied to past challenge leaderboards.

View File

@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.4b"
#define VERNUM 10402
#define VERNUM_HEX 0xA0B2
#define VER "10.4c"
#define VERNUM 10403
#define VERNUM_HEX 0xA0B3
namespace hr {