mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
version 11.0c
This commit is contained in:
parent
f8cd171bb2
commit
f4ba325911
@ -2923,3 +2923,10 @@ Other:
|
|||||||
- fixed crash on changing projection while not in race
|
- fixed crash on changing projection while not in race
|
||||||
- fixed crash when Orb of Safety is blown into the player's position
|
- fixed crash when Orb of Safety is blown into the player's position
|
||||||
- text fixes, PL translation updated
|
- 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
|
||||||
|
6
hyper.h
6
hyper.h
@ -2,9 +2,9 @@
|
|||||||
// It is quite chaotic.
|
// It is quite chaotic.
|
||||||
|
|
||||||
// version numbers
|
// version numbers
|
||||||
#define VER "11.0b"
|
#define VER "11.0c"
|
||||||
#define VERNUM 11002
|
#define VERNUM 11003
|
||||||
#define VERNUM_HEX 0xA602
|
#define VERNUM_HEX 0xA603
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "hyper_function.h"
|
#include "hyper_function.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user