From 14a4375cf0aea6bedf06c9ab90f0e54d3d1edb51 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 15 Apr 2018 13:47:46 +0200 Subject: [PATCH] 10.3r --- changelog.txt | 7 +++++++ init.cpp | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 5ca42458..d6dded69 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2369,3 +2369,10 @@ MINOR: - Fixed Wild West not appearing in PTM. - Fixed the crash in PTM. - Fixed the particle scaling in Goldberg. + +2018.04.15 13:35 version 10.3r + +- Fixed the missing walls in the Palace +- Geometry Experiments menu now lets you change land in the standard geometry too (but you will be marked as a cheater) +- Allowed the sloppy Graveyard in heptagonal +- Also allowed Land of Storms which was disabled by mistake diff --git a/init.cpp b/init.cpp index 351f68a7..8dcdc030 100644 --- a/init.cpp +++ b/init.cpp @@ -18,8 +18,8 @@ #define NOLICENSE #endif -#define VER "10.3q" -#define VERNUM 10317 +#define VER "10.3r" +#define VERNUM 10318 #ifndef CAP_SHADER #define CAP_SHADER CAP_GL