1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-24 05:17:17 +00:00

rulegen:: tests:: YA fixup for multi

This commit is contained in:
Zeno Rogue 2021-08-17 14:33:37 +02:00
parent f17f8cacf1
commit 41978a6a03

View File

@ -237,8 +237,6 @@ void print_rules();
string rule_name(int r) {
if(r == DIR_UNKNOWN) return "??";
else if(r == DIR_MULTI_GO_LEFT) return "ML";
else if(r == DIR_MULTI_GO_RIGHT) return "MR";
else if(r == DIR_LEFT) return "L";
else if(r == DIR_RIGHT) return "R";
else if(r == DIR_PARENT) return "P";