From f4ba325911ae67aaf62a103b031c007d8c68dfc9 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 20 Jan 2019 12:51:17 +0100 Subject: [PATCH] version 11.0c --- changelog.txt | 7 +++++++ hyper.h | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index ad05e6a7..f7f789be 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2923,3 +2923,10 @@ Other: - fixed crash on changing projection while not in race - fixed crash when Orb of Safety is blown into the player's position - text fixes, PL translation updated + +2019-01-20 12:47 Update 11.0c: + +- baby creators of the Brown Island now mature after going 6 screens away from the place of their spawning (in other words, when you explore the boring (baby) part of the Brown Island, you will get to +the interesting (adult) part quickly) +- no more cheat mode after disabling the Racing mode (this was caused by not resetting the starting land back to Icy) +- Czech translation updated, typos fixed in the Polish translation diff --git a/hyper.h b/hyper.h index 61904e7c..d956683a 100644 --- a/hyper.h +++ b/hyper.h @@ -2,9 +2,9 @@ // It is quite chaotic. // version numbers -#define VER "11.0b" -#define VERNUM 11002 -#define VERNUM_HEX 0xA602 +#define VER "11.0c" +#define VERNUM 11003 +#define VERNUM_HEX 0xA603 #include #include "hyper_function.h"