This commit is contained in:
Zeno Rogue 2018-01-25 14:32:01 +01:00
parent 572f1f9aad
commit 8a6e47043f
2 changed files with 10 additions and 3 deletions

View File

@ -2194,3 +2194,9 @@ Gameplay bugfixes
- new graphics for Sandworm/Rocksnake/Tentacle tails - new graphics for Sandworm/Rocksnake/Tentacle tails
- removed the sandworm/tentacle-from-the-ground dirt effect - 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

View File

@ -2,6 +2,7 @@
#define ISMAC 1 #define ISMAC 1
#endif #endif
#ifdef LINUX #ifdef LINUX
#define ISLINUX 1 #define ISLINUX 1
#endif #endif
@ -14,9 +15,9 @@
#define NOLICENSE #define NOLICENSE
#endif #endif
#define VER "10.3c" #define VER "10.3d"
#define VERNUM 10303 #define VERNUM 10304
#define VERNUM_HEX 0xA0A3 #define VERNUM_HEX 0xA0A4
#define GEN_M 0 #define GEN_M 0
#define GEN_F 1 #define GEN_F 1