From 8cacb3c6874a434e5a3db239df0acd880226a9eb Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 13 Jun 2018 01:04:45 +0200 Subject: [PATCH] 10.4b --- changelog.txt | 3 +++ hyper.h | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 7d93d1c8..b69a882f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/hyper.h b/hyper.h index 36153d72..00ea3740 100644 --- a/hyper.h +++ b/hyper.h @@ -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 {