1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-25 14:56:03 +00:00

simplified cellgroups

This commit is contained in:
Zeno Rogue
2017-12-22 21:37:30 +01:00
parent 8a97571cb4
commit 5a2ae1a865
4 changed files with 27 additions and 21 deletions

View File

@@ -14,9 +14,9 @@
#define NOLICENSE
#endif
#define VER "10.2e"
#define VERNUM 10205
#define VERNUM_HEX 0xA095
#define VER "10.3"
#define VERNUM 10300
#define VERNUM_HEX 0xA0A0
#define GEN_M 0
#define GEN_F 1