1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00
This commit is contained in:
Zeno Rogue 2024-06-07 07:38:28 +02:00
parent 1e6793fa0a
commit b74b77463c
2 changed files with 5 additions and 2 deletions

View File

@ -5297,3 +5297,6 @@ Gameplay:
Modes:
- improved custom mode manager: it now displays all the modes you have tried (with PTM/YC/saved scores), and also you can name modes
2024-06-06 19:06 Update 13.0o
Fixed a crash on load.

View File

@ -13,8 +13,8 @@
#define _HYPER_H_
// version numbers
#define VER "13.0n"
#define VERNUM_HEX 0xAA0E
#define VER "13.0o"
#define VERNUM_HEX 0xAA0F
#include "sysconfig.h"