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

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

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
hyper.html Normal file

File diff suppressed because one or more lines are too long