1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

fixed more fallthroughs, added exception hr_wrong_geometry

This commit is contained in:
Zeno Rogue
2021-03-12 22:59:24 +01:00
parent eb6322b864
commit 5f86ed6b4b
4 changed files with 8 additions and 2 deletions

View File

@@ -103,6 +103,8 @@ struct hr_shortest_path_exception: hr_exception { };
struct hr_wrong_dir: hr_exception { };
struct hr_wrong_geometry: hr_exception { };
// genus (in grammar)
#define GEN_M 0
#define GEN_F 1