From 0faccacaf686e626663c1c623dac00c48934a66b Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 29 Jun 2018 12:30:56 +0200 Subject: [PATCH] 10.4i --- changelog.txt | 5 +++++ hyper.h | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index d43c1c94..2a2a7ecd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2525,3 +2525,8 @@ non-game: - an option to display all floors as 'full', i.e., without spaces between them ('r' in map/graphics editor) - new commandline options: -fsh (floor shape display) and -noshadow (disable shadows) - fixed a bug with Orb of Mirror display in OSM + +2018.06.29 12:27 Update 10.4i +- fixed a crash introduced in the last update +- the Strange Challenge ON/OFF switch now shows the correct state (not the state of Random Pattern Mode) +- fixed the "chaos mode locked" help display diff --git a/hyper.h b/hyper.h index 56632712..78f35ccc 100644 --- a/hyper.h +++ b/hyper.h @@ -2,9 +2,9 @@ // It is quite chaotic. // version numbers -#define VER "10.4h" -#define VERNUM 10408 -#define VERNUM_HEX 0xA0B8 +#define VER "10.4i" +#define VERNUM 10409 +#define VERNUM_HEX 0xA0B9 #include