1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-19 07:20:25 +00:00
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

@ -2273,3 +2273,6 @@ Gameplay bugfixes
- some new commandline options - some new commandline options
- map screen size computation in Euclidean now acknowledges projection and sightrange - 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 #define NOLICENSE
#endif #endif
#define VER "10.3k" #define VER "10.3l"
#define VERNUM 10311 #define VERNUM 10312
#ifndef CAP_SHADER #ifndef CAP_SHADER
#define CAP_SHADER CAP_GL #define CAP_SHADER CAP_GL