1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-17 11:30:09 +00:00
This commit is contained in:
Zeno Rogue 2020-03-12 10:35:54 +01:00
parent 6447333d03
commit 734fb385d4
2 changed files with 10 additions and 3 deletions

View File

@ -3828,7 +3828,7 @@ Geometries:
- fixed centering lost after Eternal Motion in shmup - fixed centering lost after Eternal Motion in shmup
- fixed centering disabled after Orb of Safety in shmup - fixed centering disabled after Orb of Safety in shmup
29020-03-11 11:34 Bugfix update 11.3b: 2020-03-11 11:34 Bugfix update 11.3b:
- Thumpers are now still considered when one cell outside the game range - Thumpers are now still considered when one cell outside the game range
- fixed Wild West - fixed Wild West
@ -3840,3 +3840,10 @@ Geometries:
- fixed typo - fixed typo
- fixed music in Frog Park - fixed music in Frog Park
- fixed a problem in irregular tiling (?) - fixed a problem in irregular tiling (?)
2020-03-12 10:32 Bugfix update 11.3c:
- Frogs are not generated until you are in Frog Park or have treasure
- Frog Park longer can be generated adjacent to Land of Motion
- Orb of Safety is now marked dangerous in Wetland
- Orb of Chaos no longer despecializes Tortoises

View File

@ -13,8 +13,8 @@
#define _HYPER_H_ #define _HYPER_H_
// version numbers // version numbers
#define VER "11.3b" #define VER "11.3c"
#define VERNUM_HEX 0xA822 #define VERNUM_HEX 0xA823
#include "sysconfig.h" #include "sysconfig.h"