From 8a6e47043f0f458bc68cd783dd2c52d800f0b69f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 25 Jan 2018 14:32:01 +0100 Subject: [PATCH] 10.3d --- changelog.txt | 6 ++++++ init.cpp | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index e99535a7..d7c8fb42 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2194,3 +2194,9 @@ Gameplay bugfixes - new graphics for Sandworm/Rocksnake/Tentacle tails - removed the sandworm/tentacle-from-the-ground dirt effect +2018.01.20 20:14 version 10.3d +- Android/iOS versions updated +- weirdly located trap arrows should be no more +- fixed the octagonal/fieldquotient geometry +- commandline option to change the effect volume +- fixed some potential crash sources diff --git a/init.cpp b/init.cpp index fb4bbc2f..c5a66ca5 100644 --- a/init.cpp +++ b/init.cpp @@ -2,6 +2,7 @@ #define ISMAC 1 #endif + #ifdef LINUX #define ISLINUX 1 #endif @@ -14,9 +15,9 @@ #define NOLICENSE #endif -#define VER "10.3c" -#define VERNUM 10303 -#define VERNUM_HEX 0xA0A3 +#define VER "10.3d" +#define VERNUM 10304 +#define VERNUM_HEX 0xA0A4 #define GEN_M 0 #define GEN_F 1