This commit is contained in:
Zeno Rogue 2018-07-08 14:34:05 +02:00
parent 5786d22774
commit 27e0431e4e
2 changed files with 8 additions and 3 deletions

View File

@ -2542,3 +2542,8 @@ non-game:
- fixed shards collectable in the old Land of Mirrors
- fixed the animation in (small) field quotient geometry
- fixed the "-geo" and "-qpar2" command line options
2018.07.08 14:22 Update 10.4l
- fixed PTM games not recorded when switching modes
- Random Pattern Mode: fixed the Land of Power, treasures appear in the Reptiles.
- fixed the "-geo" parameter

View File

@ -2,9 +2,9 @@
// It is quite chaotic.
// version numbers
#define VER "10.4k"
#define VERNUM 10411
#define VERNUM_HEX 0xA0BB
#define VER "10.4l"
#define VERNUM 10412
#define VERNUM_HEX 0xA0BC
#include <stdarg.h>