This commit is contained in:
Zeno Rogue 2018-05-15 23:21:12 +02:00
parent cf003afe17
commit 14f9c3b325
2 changed files with 7 additions and 3 deletions

View File

@ -2439,3 +2439,7 @@ in this geometry, but it is not playable).
- Green and Gray Raiders move correctly in non-standard geometries.
- Krakens no longer change their number of tentacles in GP(2,1) octagonal and similar (they use their own rule for forbidden cells).
- fixed crashes in some weird land/geometry combinations.
2018.05.09 21:38 Update 10.3v:
- fixed Hive
- fixed a memory error

View File

@ -18,14 +18,14 @@
#define NOLICENSE
#endif
#define VER "10.3u"
#define VERNUM 10322
#define VER "10.3v"
#define VERNUM 10323
#ifndef CAP_SHADER
#define CAP_SHADER CAP_GL
#endif
#define VERNUM_HEX 0xA0A8
#define VERNUM_HEX 0xA0A9
#define GEN_M 0
#define GEN_F 1