1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-24 22:46:03 +00:00

saving the geometry correctly in map editor

This commit is contained in:
Zeno Rogue
2017-11-07 14:08:50 +01:00
parent 800a37f646
commit 8c39251b6a
2 changed files with 43 additions and 6 deletions

View File

@@ -14,9 +14,9 @@
#define NOLICENSE
#endif
#define VER "10.2b"
#define VERNUM 10202
#define VERNUM_HEX 0xA092
#define VER "10.23"
#define VERNUM 10203
#define VERNUM_HEX 0xA093
#define GEN_M 0
#define GEN_F 1