version 11.0c

This commit is contained in:
Zeno Rogue 2019-01-20 12:51:17 +01:00
parent f8cd171bb2
commit f4ba325911
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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 <stdarg.h>
#include "hyper_function.h"