mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-04 12:58:10 +00:00
version 11.0b
This commit is contained in:
parent
f6092de56f
commit
9cc9a881a7
@ -2917,3 +2917,9 @@ Other:
|
|||||||
- options of TPP and fixed facing direction, not only in racing
|
- options of TPP and fixed facing direction, not only in racing
|
||||||
- Orb of Lava is now marked 'useless' in Graveyard
|
- Orb of Lava is now marked 'useless' in Graveyard
|
||||||
|
|
||||||
|
2019-01-18 21:14 Update 11.0b:
|
||||||
|
|
||||||
|
- number editor now accepts hex numbers, and uses hex as default when editing Tortoises
|
||||||
|
- 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
|
||||||
|
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.0"
|
#define VER "11.0b"
|
||||||
#define VERNUM 11000
|
#define VERNUM 11002
|
||||||
#define VERNUM_HEX 0xA600
|
#define VERNUM_HEX 0xA602
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "hyper_function.h"
|
#include "hyper_function.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user