This commit is contained in:
Zeno Rogue 2018-06-24 01:23:06 +02:00
parent 6dfe5c444c
commit 440940a945
2 changed files with 6 additions and 3 deletions

View File

@ -2510,3 +2510,6 @@ non-game:
- new quotient geometries: 'minimal quotient' (based on DivisionByZero's construction https://steamcommunity.com/app/342610/discussions/1/3051633726580659909/ ), Klein Quartic, Bolza Surface (aka the "Docks Quotient"), Bolza Surface x2
- fixed some issues with the generation of Land of Storms in other geometries
- bitruncated 'four hexagons' should no longer appear in SC; non-bitruncated 'four hexagons' will be rarer
2018.06.24 01:19 Update 10.4g
- fixed Arrow Traps not killing anything (and possibly other similar cases)

View File

@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.4f"
#define VERNUM 10406
#define VERNUM_HEX 0xA0B6
#define VER "10.4g"
#define VERNUM 10407
#define VERNUM_HEX 0xA0B7
#include <stdarg.h>