This commit is contained in:
Zeno Rogue 2020-09-21 12:59:05 +02:00
parent 4aeb4e6287
commit b09b2375bc
2 changed files with 8 additions and 2 deletions

View File

@ -4133,3 +4133,9 @@ graphics/UI bugfixes:
- issues with racing (e.g. in band model) should be fixed
- keys are buffered correctly (no more crash when clicking help quickly)
- prevented crash when negative numbers are entered in 'view cells by distance'
2020-09-21 12:06 Update 11.3ż:
- fixed the issues with Orb of Yendor
- fixed a bug in S2xE, and choosing cells in sphere
- fixed Friendly Ghosts

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.3z"
#define VERNUM_HEX 0xA83A
#define VER "11.3ż"
#define VERNUM_HEX 0xA83B
#include "sysconfig.h"