This commit is contained in:
Zeno Rogue 2021-04-25 11:55:37 +02:00
parent 987b1a88da
commit ffe61e27bf
2 changed files with 8 additions and 3 deletions

View File

@ -4311,4 +4311,9 @@ Fixed some issues with the "single land" mode (including PTM):
- fixed a crash trying to generate nowalls e.g. in {3,7}
- fixed the Highlights & Achievements menu to set the correct land structure
Also fixed the rug animation in the animations mode
2021-04-25 11:53 Update 11.4j:
- in Irradiated Fields monsters and generated outside of the vision and they did not make spawn sounds when entering vision -- this is fixed
- fixed the Princess Challenge and some horocycle generation
- fixed Crossroads II
- clearing in the binary tiling variant (rather easy)

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.4i"
#define VERNUM_HEX 0xA849
#define VER "11.4j"
#define VERNUM_HEX 0xA84A
#include "sysconfig.h"