mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 13:07:16 +00:00
11.3w
This commit is contained in:
parent
830a2703dd
commit
1ac2805b7f
@ -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
|
||||
|
4
hyper.h
4
hyper.h
@ -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
1300
hyper.html
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user