version 11.0b

This commit is contained in:
Zeno Rogue 2019-01-20 12:45:41 +01:00
parent f6092de56f
commit 9cc9a881a7
2 changed files with 9 additions and 3 deletions

View File

@ -2917,3 +2917,9 @@ Other:
- options of TPP and fixed facing direction, not only in racing
- 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

View File

@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "11.0"
#define VERNUM 11000
#define VERNUM_HEX 0xA600
#define VER "11.0b"
#define VERNUM 11002
#define VERNUM_HEX 0xA602
#include <stdarg.h>
#include "hyper_function.h"