This commit is contained in:
Zeno Rogue 2018-03-08 20:25:19 +01:00
parent 3a3c031081
commit 5188e3649d
2 changed files with 6 additions and 3 deletions

View File

@ -2272,4 +2272,7 @@ Gameplay bugfixes
- disabled game playing if 'renderonce' is on
- some new commandline options
- map screen size computation in Euclidean now acknowledges projection and sightrange
2018.03.02 XX:XX version 10.3l
- fixed monster infighting caused by dragon dismounting changes
- fixed Android slowdown

View File

@ -18,8 +18,8 @@
#define NOLICENSE
#endif
#define VER "10.3k"
#define VERNUM 10311
#define VER "10.3l"
#define VERNUM 10312
#ifndef CAP_SHADER
#define CAP_SHADER CAP_GL