This commit is contained in:
Zeno Rogue 2018-06-13 01:04:45 +02:00
parent bcc3fd1019
commit 8cacb3c687
2 changed files with 6 additions and 3 deletions

View File

@ -2485,3 +2485,6 @@ non-game:
- torus rendering no longer creates darker areas because of the side difference
- fixed the non-3D display of rock formations in Goldberg geometries
- Hunter dogs (guarding/regrouping) and sometimes Ice Wolves no longer count as a different kill type (not counted in total kills)
- 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

View File

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