This commit is contained in:
Zeno Rogue 2018-06-29 12:30:56 +02:00
parent 91d203f556
commit 0faccacaf6
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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 <stdarg.h>