From 734fb385d49161e35c8080f76d6939036fb5d3a6 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 12 Mar 2020 10:35:54 +0100 Subject: [PATCH] 11.3c --- changelog.txt | 9 ++++++++- hyper.h | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 10e3aa42..aa123846 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3828,7 +3828,7 @@ Geometries: - fixed centering lost after Eternal Motion 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 - fixed Wild West @@ -3840,3 +3840,10 @@ Geometries: - fixed typo - fixed music in Frog Park - 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 diff --git a/hyper.h b/hyper.h index 44b3d48b..c744a936 100644 --- a/hyper.h +++ b/hyper.h @@ -13,8 +13,8 @@ #define _HYPER_H_ // version numbers -#define VER "11.3b" -#define VERNUM_HEX 0xA822 +#define VER "11.3c" +#define VERNUM_HEX 0xA823 #include "sysconfig.h"