mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-03 01:07:03 +00:00
11.3y
This commit is contained in:
parent
351f45f693
commit
dac3a3260a
@ -4096,3 +4096,11 @@ Geometries:
|
||||
- fixed raycaster in twisted geometries; weirdly twisted spherical geometry
|
||||
- draw crosshair even if nohud
|
||||
- an attempt to fix/debug the crash that some people are reporting on loading a saved game
|
||||
|
||||
2020-08-20 16:47 Update 11.3y:
|
||||
- Chaos Mode unlocking should be fixed
|
||||
- correct error message when trying to move from Rock III to a wall
|
||||
- Speed Witches are no longer incorrectly considered as threats (but Flash Witches are real threats!)
|
||||
- three new projections
|
||||
- Camelot help now mentions Crossroads IV
|
||||
- fixed premature victory screen in minesweeper
|
||||
|
4
hyper.h
4
hyper.h
@ -13,8 +13,8 @@
|
||||
#define _HYPER_H_
|
||||
|
||||
// version numbers
|
||||
#define VER "11.3x"
|
||||
#define VERNUM_HEX 0xA838
|
||||
#define VER "11.3y"
|
||||
#define VERNUM_HEX 0xA839
|
||||
|
||||
#include "sysconfig.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user