mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-11 21:33:16 +00:00
12.1t
This commit is contained in:
parent
dd5e9dbc6e
commit
5076343223
@ -4988,3 +4988,7 @@ Mostly embedding-related improvements:
|
||||
- Fixed a bug which caused the screen to disappear on switch-to-fpp
|
||||
- Fixed the movement in Nil geometry
|
||||
- Fixed a crash when changing sight range while in rug
|
||||
|
||||
2023-09-15 07:48 Update 12.1t
|
||||
- fixed a crash on projection changing
|
||||
- two new land structure options: horodisk and ideal Voronoi
|
||||
|
4
hyper.h
4
hyper.h
@ -13,8 +13,8 @@
|
||||
#define _HYPER_H_
|
||||
|
||||
// version numbers
|
||||
#define VER "12.1s"
|
||||
#define VERNUM_HEX 0xA933
|
||||
#define VER "12.1t"
|
||||
#define VERNUM_HEX 0xA934
|
||||
|
||||
#include "sysconfig.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user