1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-17 11:42:07 +00:00
This commit is contained in:
Zeno Rogue
2020-08-05 01:31:41 +02:00
parent 830a2703dd
commit 1ac2805b7f
3 changed files with 1306 additions and 2 deletions
+4
View File
@@ -4087,3 +4087,7 @@ Geometries:
- removed irrelevant hints and progress messages on the mission screen when you are not playing a full game
- Safety saves / PTM scores / Yendor scores / high scores should now work correctly in all geometries (the system is not fully backward compatible, so some old scores might disappear)
- a crash when setting new variations should be fixed
2020-08-05 01:29 Update 11.3w:
- fixed shmup in elliptic
- fixed a crash with loading old save games
+2 -2
View File
@@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "11.3v"
#define VERNUM_HEX 0xA836
#define VER "11.3w"
#define VERNUM_HEX 0xA837
#include "sysconfig.h"
+1300
View File
File diff suppressed because one or more lines are too long