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
- 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
#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