From 27e0431e4eacbe3d177c5c02e1675605f708d0bc Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 8 Jul 2018 14:34:05 +0200 Subject: [PATCH] 10.4l --- changelog.txt | 5 +++++ hyper.h | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index b64e511e..16a947ec 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/hyper.h b/hyper.h index 3499f729..22e4ff15 100644 --- a/hyper.h +++ b/hyper.h @@ -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